labels

2 rows where category = 10 and groupid = 5278

View and edit SQL

groupid

  • 5278 · 2

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11230915 6560AE2B-6571-400C-AE36-5249A5F7940D 5278 10 4852 Antsiranana antsiranana  
11335008 0F308AB5-4F16-4C67-A84E-310F85B63E4E 5278 10 4852 Antsiranana antsiranana  

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