labels

1 row where category = 2038 and uuid = "F5F65BC1-8BD3-40A2-B283-EBA2E7657A20"

View and edit SQL

uuid

  • F5F65BC1-8BD3-40A2-B283-EBA2E7657A20 · 1

category

  • 2038 · 1
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11157001 F5F65BC1-8BD3-40A2-B283-EBA2E7657A20 14986 2038 0 The Grilled Cheez Guy the grilled cheez guy  

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