Str
30,808 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);