home / train

file

8 rows where patch_id = 2067

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
9461 2067 2067 includes/installer/PostgresUpdater.php
9462 2067 2067 maintenance/postgres/archives/patch-user_groups-set-pk.sql
9463 2067 2067 maintenance/postgres/tables-generated.sql
9464 2067 2067 maintenance/postgres/tables.sql
9465 2067 2067 maintenance/sqlite/tables-generated.sql
9466 2067 2067 maintenance/tables-generated.sql
9467 2067 2067 maintenance/tables.json
9468 2067 2067 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 18.344ms