labels

2 rows where category = 1 and normalized_string = "menagerie - le zoo du jardin des plantes"

View and edit SQL

id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
11186422 D15F85D9-D70A-4182-AC30-BCA0EA2AF542 4881 1 0 Ménagerie - Le Zoo du Jardin des Plantes menagerie - le zoo du jardin des plantes  
11500618 51F8F5EC-2C01-4C2C-A167-93BBF9244B92 4881 1 0 Ménagerie - Le Zoo du Jardin des Plantes menagerie - le zoo du jardin des plantes  

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