labels

4 rows where category = 3 and content_string = "Balboa Terrace"

View and edit SQL

content_string

  • Balboa Terrace · 4

category

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11116986 14B6764F-C911-4A53-8A56-28D1DE9F634A 11592 3 10 Balboa Terrace balboa terrace  
11132244 A91633D1-A015-4857-AFD6-C27279445751 11592 3 10 Balboa Terrace balboa terrace  
11132750 C2CA0ADD-619E-4955-B88D-B5C7CB3005EB 11592 3 10 Balboa Terrace balboa terrace  
11132999 C72BFA8A-CE27-403A-B0C3-83D20CF6EB3C 11592 3 10 Balboa Terrace balboa terrace  

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