home / fixtures

facetable

4 rows where city_id = 2

View and edit SQL

pk planet_int state city_id neighborhood
7 1 CA Los Angeles 2 Hollywood
8 1 CA Los Angeles 2 Downtown
9 1 CA Los Angeles 2 Los Feliz
10 1 CA Los Angeles 2 Koreatown

Advanced export

JSON shape: default, array, object

CSV options:

CREATE TABLE facetable (
    pk integer primary key,
    planet_int integer,
    state text,
    city_id integer,
    neighborhood text,
    FOREIGN KEY ("city_id") REFERENCES [facet_cities](id)
)
Powered by Datasette · Query took 1.816ms