home / train

file

9 rows where patch_id = 2353

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
11697 2353 2353 includes/installer/PostgresUpdater.php
11698 2353 2353 includes/installer/SqliteUpdater.php
11699 2353 2353 maintenance/postgres/tables-generated.sql
11700 2353 2353 maintenance/postgres/tables.sql
11701 2353 2353 maintenance/sqlite/archives/patch-content-content_id-fix_not_null.sql
11702 2353 2353 maintenance/sqlite/tables-generated.sql
11703 2353 2353 maintenance/tables-generated.sql
11704 2353 2353 maintenance/tables.json
11705 2353 2353 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.985ms