home / train

file

11 rows where patch_id = 2745

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
13763 2745 2745 includes/installer/MysqlUpdater.php
13764 2745 2745 includes/installer/PostgresUpdater.php
13765 2745 2745 includes/installer/SqliteUpdater.php
13766 2745 2745 maintenance/archives/patch-redirect-rd_title-varbinary.sql
13767 2745 2745 maintenance/postgres/tables-generated.sql
13768 2745 2745 maintenance/postgres/tables.sql
13769 2745 2745 maintenance/sqlite/archives/patch-redirect-rd_title-varbinary.sql
13770 2745 2745 maintenance/sqlite/tables-generated.sql
13771 2745 2745 maintenance/tables-generated.sql
13772 2745 2745 maintenance/tables.json
13773 2745 2745 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 20.461ms