labels

4 rows where category = 2038 and content_string = "The Gregangelo Museum"

View and edit SQL

content_string

  • The Gregangelo Museum · 4

category

  • 2038 · 4
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11116976 14B6764F-C911-4A53-8A56-28D1DE9F634A 11590 2038 0 The Gregangelo Museum the gregangelo museum  
11132234 A91633D1-A015-4857-AFD6-C27279445751 11590 2038 0 The Gregangelo Museum the gregangelo museum  
11132740 C2CA0ADD-619E-4955-B88D-B5C7CB3005EB 11590 2038 0 The Gregangelo Museum the gregangelo museum  
11132989 C72BFA8A-CE27-403A-B0C3-83D20CF6EB3C 11590 2038 0 The Gregangelo Museum the gregangelo 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 47.259ms · About: dogsheep/dogsheep-photos