columns

6 rows where table_id = 84

View and edit SQL

id ▼ table_id name
347 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 level
348 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 idx
349 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 start_block
350 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 leaves_end_block
351 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 end_block
352 Registered_Business_Locations_-_San_Francisco_fts_segdir 84 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 8.621ms