home / train

file

11 rows where patch_id = 2734

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
13736 2734 2734 includes/installer/MysqlUpdater.php
13737 2734 2734 includes/installer/PostgresUpdater.php
13738 2734 2734 includes/installer/SqliteUpdater.php
13739 2734 2734 maintenance/archives/patch-pagelinks-pl_title-varbinary.sql
13740 2734 2734 maintenance/postgres/tables-generated.sql
13741 2734 2734 maintenance/postgres/tables.sql
13742 2734 2734 maintenance/sqlite/archives/patch-pagelinks-pl_title-varbinary.sql
13743 2734 2734 maintenance/sqlite/tables-generated.sql
13744 2734 2734 maintenance/tables-generated.sql
13745 2734 2734 maintenance/tables.json
13746 2734 2734 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 21.487ms