labels

2 rows where category = 5 and groupid = 2550

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11301340 6FDA5781-8D5F-4369-9F26-C605FF4ECFE4 2550 5 0 Sidmouth sidmouth  
11409383 BA5C0E8F-0086-47CD-9E8E-DAD96A494C5A 2550 5 0 Sidmouth sidmouth  

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