Str
13,745 rows
This data as json, CSV (advanced)
Suggested facets: str (date)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE Str( id INTEGER, str TEXT UNIQUE, PRIMARY KEY(id) ); CREATE INDEX StrIdx ON Str(str);