labels

2 rows where category = 14 and groupid = 7493

View and edit SQL

groupid

  • 7493 · 2

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11238678 9B0C0741-55E0-4BB2-BC6B-BAB6804EE1A0 7493 14 0 West Pearl River west pearl river  
11484804 5896CD82-A625-4414-9D39-25EFE6E848C1 7493 14 0 West Pearl River west pearl river  

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