labels

1 row where category = 2056 and groupid = 470

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
321441 E7C46C63-F84B-4535-86A7-A5028CC63E4B 470 2056 0 IMG_4218.HEIC img_4218.heic  

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