labels

1 row where category = 1 and normalized_string = "corona heights park"

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
366426 B19BB608-7B37-4094-AE9B-504B13660278 12582 1 0 Corona Heights Park corona heights park  

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