labels

1 row where category = 2027 and normalized_string = "celebration"

View and edit SQL

normalized_string

  • celebration · 1

category

  • 2027 · 1
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11114001 A421A342-2706-4A6E-B993-38426E52421B 14 2027 0 Celebration celebration  

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