labels

1 row where category = 12 and content_string = "Argentina"

View and edit SQL

content_string

  • Argentina · 1

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11201240 FE1BAAE9-C33D-4933-88F0-9BCDA86F2D5B 11008 12 0 Argentina argentina  

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