labels

2 rows where category = 2056 and normalized_string = "img_3115.heic"

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
339852 6BC8E43D-D175-4C2C-9811-620B706BA25C 3549 2056 0 IMG_3115.HEIC img_3115.heic  
11496845 5BD1D973-19F4-48F1-AB13-A214B0B98452 3549 2056 0 IMG_3115.HEIC img_3115.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 16.177ms · About: dogsheep/dogsheep-photos