home / train

file

7 rows where patch_id = 2075

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
9487 2075 2075 includes/installer/PostgresUpdater.php
9488 2075 2075 maintenance/postgres/tables-generated.sql
9489 2075 2075 maintenance/postgres/tables.sql
9490 2075 2075 maintenance/sqlite/tables-generated.sql
9491 2075 2075 maintenance/tables-generated.sql
9492 2075 2075 maintenance/tables.json
9493 2075 2075 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 561.317ms