labels

9 rows where category = 1014 and normalized_string = "june"

View and edit SQL

normalized_string

  • june · 9

category

  • 1014 · 9
id ▼ uuid groupid category owning_groupid content_string normalized_string lookup_identifier
145751 37E1743F-21C1-4EBF-A118-9AE8EDDF91D1 5934 1014 0 June june  
514743 11C638ED-4C47-4D12-BF4C-4DF75D1508D2 5934 1014 0 June june  
517563 B1FADEF4-2284-4D74-B306-1ADB41409035 5934 1014 0 June june  
11147706 60198E20-708E-4125-B793-4466A87B2DDA 5934 1014 0 June june  
11148919 8DDE7452-CF7B-4EA0-AFB4-89A15001F19F 5934 1014 0 June june  
11156434 D735F0CE-A3D7-49CB-B83E-594604415A1C 5934 1014 0 June june  
11156987 F19B5D7D-EFD0-4BE6-B335-CBE309FABB41 5934 1014 0 June june  
11157009 F5F65BC1-8BD3-40A2-B283-EBA2E7657A20 5934 1014 0 June june  
11480306 43A4A851-4821-4125-A673-C1E9FCF2F9AC 5934 1014 0 June june  

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