labels

5 rows where category = 9

View and edit SQL

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
482632 07509762-A841-4CEB-AA42-B65439E9C3DD 16694 9 8 Marin Headlands marin headlands  
483254 25F1BCBC-3562-408E-9680-6FCEF1B81AA2 16694 9 8 Marin Headlands marin headlands  
483349 2DA58E9D-038C-49B2-ABCB-2185E57E8F68 16694 9 8 Marin Headlands marin headlands  
484236 69C46054-1D8F-4FD6-ABC7-2369C79921F4 16694 9 8 Marin Headlands marin headlands  
486292 EECDD2BE-E93F-4830-8435-68681476E833 16694 9 8 Marin Headlands marin headlands  

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