labels

3 rows where category = 12 and content_string = "Madagascar"

View and edit SQL

content_string

  • Madagascar · 3

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11230914 6560AE2B-6571-400C-AE36-5249A5F7940D 4852 12 0 Madagascar madagascar  
11335007 0F308AB5-4F16-4C67-A84E-310F85B63E4E 4852 12 0 Madagascar madagascar  
11477245 A06B7B8E-4BF6-4906-A1E6-0CA4CF0E28E8 4852 12 0 Madagascar madagascar  

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