home / train

file

12 rows where patch_id = 3384

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
16691 3384 3384 includes/installer/MysqlUpdater.php
16692 3384 3384 includes/installer/PostgresUpdater.php
16693 3384 3384 includes/installer/SqliteUpdater.php
16694 3384 3384 maintenance/archives/patch-langlinks-ll_title-varbinary.sql
16695 3384 3384 maintenance/postgres/archives/patch-langlinks-pk.sql
16696 3384 3384 maintenance/postgres/tables-generated.sql
16697 3384 3384 maintenance/postgres/tables.sql
16698 3384 3384 maintenance/sqlite/archives/patch-langlinks-ll_title-varbinary.sql
16699 3384 3384 maintenance/sqlite/tables-generated.sql
16700 3384 3384 maintenance/tables-generated.sql
16701 3384 3384 maintenance/tables.json
16702 3384 3384 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 19.182ms