labels

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

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
336277 64497F20-E0C5-4705-AF2E-3138AEF78655 3468 2056 0 IMG_3110.HEIC img_3110.heic  
11352639 0BE49C93-2ACC-4628-9C12-99566921EE00 3468 2056 0 IMG_3110.HEIC img_3110.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 12.932ms · About: dogsheep/dogsheep-photos