labels

1 row where category = 2056 and content_string = "DSC_0240.JPG"

View and edit SQL

content_string

  • DSC_0240.JPG · 1

category

  • 2056 · 1
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
614646 BD6B9CF4-90A4-4C00-BD17-473AAB3AE1A2 29163 2056 0 DSC_0240.JPG dsc_0240.jpg  

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