columns

6 rows where table_id = 17

View and edit SQL

id ▼ table_id name
70 Mobile_Food_Facility_Permit_fts_segdir 17 level
71 Mobile_Food_Facility_Permit_fts_segdir 17 idx
72 Mobile_Food_Facility_Permit_fts_segdir 17 start_block
73 Mobile_Food_Facility_Permit_fts_segdir 17 leaves_end_block
74 Mobile_Food_Facility_Permit_fts_segdir 17 end_block
75 Mobile_Food_Facility_Permit_fts_segdir 17 root

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 7.992ms