home / train

file

7 rows where patch_id = 1813

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8164 1813 1813 includes/installer/PostgresUpdater.php
8165 1813 1813 maintenance/postgres/tables-generated.sql
8166 1813 1813 maintenance/postgres/tables.sql
8167 1813 1813 maintenance/sqlite/tables-generated.sql
8168 1813 1813 maintenance/tables-generated.sql
8169 1813 1813 maintenance/tables.json
8170 1813 1813 maintenance/tables.sql

Advanced export

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

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 16.624ms