columns

2 rows where table_id = 67

View and edit SQL

id ▼ table_id name
279 Mobile_Food_Facility_Permit_fts_segments 67 blockid
280 Mobile_Food_Facility_Permit_fts_segments 67 block

Advanced export

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

CSV options:

CREATE TABLE columns (
            id integer PRIMARY KEY,
            table_id integer,
            name text,
            FOREIGN KEY (table_id) REFERENCES tables(id)
        );
Powered by Datasette · Query took 8.343ms