labels

1 row where category = 2051 sorted by id descending

View and edit SQL

category

  • 2051 · 1
id ▲ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
65764 159FCAD3-7088-4AEB-929A-7BCDFF4A628A 2314 2051 0 Animated animated  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [labels] (
   [id] INTEGER PRIMARY KEY,
   [uuid] TEXT,
   [groupid] INTEGER,
   [category] INTEGER,
   [owning_groupid] INTEGER,
   [content_string] TEXT,
   [normalized_string] TEXT,
   [lookup_identifier] TEXT
);
CREATE INDEX [idx_labels_uuid]
                ON [labels] ([uuid]);
CREATE INDEX [idx_labels_normalized_string]
                ON [labels] ([normalized_string]);
Powered by Datasette · Query took 36.595ms · About: dogsheep/dogsheep-photos