home / train

file

12 rows where patch_id = 3383

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
16679 3383 3383 includes/installer/MysqlUpdater.php
16680 3383 3383 includes/installer/PostgresUpdater.php
16681 3383 3383 includes/installer/SqliteUpdater.php
16682 3383 3383 maintenance/archives/patch-iwlinks-iwl_title-varbinary.sql
16683 3383 3383 maintenance/postgres/archives/patch-iwlinks-pk.sql
16684 3383 3383 maintenance/postgres/tables-generated.sql
16685 3383 3383 maintenance/postgres/tables.sql
16686 3383 3383 maintenance/sqlite/archives/patch-iwlinks-iwl_title-varbinary.sql
16687 3383 3383 maintenance/sqlite/tables-generated.sql
16688 3383 3383 maintenance/tables-generated.sql
16689 3383 3383 maintenance/tables.json
16690 3383 3383 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.474ms