labels

1 row where category = 3 and groupid = 4865

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11517971 A3697779-FE08-47A2-A0F1-F72E5F253A9A 4865 3 4857 3rd arr. 3rd arr.  

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 49.529ms · About: dogsheep/dogsheep-photos