labels

1 row where category = 2038 and uuid = "8B27D87D-8FB6-4251-9E6A-68540AC7532B"

View and edit SQL

uuid

  • 8B27D87D-8FB6-4251-9E6A-68540AC7532B · 1

category

  • 2038 · 1
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11113408 8B27D87D-8FB6-4251-9E6A-68540AC7532B 8352 2038 0 DEVIL - ish Little Things Museum devil - ish little things museum  

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