labels

2 rows where category = 2038 and uuid = "BF295F44-7050-4EF5-9D2D-597144A55C46"

View and edit SQL

uuid

  • BF295F44-7050-4EF5-9D2D-597144A55C46 · 2

category

  • 2038 · 2
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11162281 BF295F44-7050-4EF5-9D2D-597144A55C46 19054 2038 0 Mint Cafe mint cafe  
11162282 BF295F44-7050-4EF5-9D2D-597144A55C46 19053 2038 0 Annie's Hot Dogs & Pretzels annie's hot dogs & pretzels  

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