labels

2 rows where category = 5 and normalized_string = "city of london"

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11349791 45CD64EE-9C93-48EA-89F8-8F9C849543F6 4926 5 2558 City of London city of london  
11532426 28933E0F-FEFC-498F-9F5D-873E0E48B1B9 4926 5 2558 City of London city of london  

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