labels

2 rows where category = 2038 and uuid = "48576FF3-4790-4A9E-957C-5B7AD552679D"

View and edit SQL

uuid

  • 48576FF3-4790-4A9E-957C-5B7AD552679D · 2

category

  • 2038 · 2
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11111825 48576FF3-4790-4A9E-957C-5B7AD552679D 9326 2038 0 Marjorie Rosenbaum Plaza marjorie rosenbaum plaza  
11111826 48576FF3-4790-4A9E-957C-5B7AD552679D 9325 2038 0 International Women's Air and Space Museum international women's air and space 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 22.957ms · About: dogsheep/dogsheep-photos