labels

2 rows where category = 10 and groupid = 11315

View and edit SQL

groupid

  • 11315 · 2

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
319930 884202B6-0565-4E6B-9FDA-2AFA6467FC3A 11315 10 11314 Panamá panama  
320015 8C14D153-031C-4AC5-B815-8A0321BFA305 11315 10 11314 Panamá panama  

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