home / fixtures / facet_cities

facet_cities

4 rows sorted by name

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

id name ▼
3 Detroit
2 Los Angeles
4 Memnonia
1 San Francisco

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE facet_cities (
    id integer primary key,
    name text
);
Powered by Datasette · Queries took 1.2ms