home / train

file

11 rows where patch_id = 2712

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
13645 2712 2712 includes/installer/MysqlUpdater.php
13646 2712 2712 includes/installer/PostgresUpdater.php
13647 2712 2712 includes/installer/SqliteUpdater.php
13648 2712 2712 maintenance/archives/patch-imagelinks-il_to-varbinary.sql
13649 2712 2712 maintenance/postgres/tables-generated.sql
13650 2712 2712 maintenance/postgres/tables.sql
13651 2712 2712 maintenance/sqlite/archives/patch-imagelinks-il_to-varbinary.sql
13652 2712 2712 maintenance/sqlite/tables-generated.sql
13653 2712 2712 maintenance/tables-generated.sql
13654 2712 2712 maintenance/tables.json
13655 2712 2712 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.938ms