home / train

file

14 rows where patch_id = 7460

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33755 7460 7460 includes/db/MWLBFactory.php
33756 7460 7460 includes/installer/PostgresInstaller.php
33757 7460 7460 includes/installer/PostgresUpdater.php
33758 7460 7460 includes/search/SearchPostgres.php
33759 7460 7460 maintenance/postgres/archives/patch-textsearch_bug66650.sql
33760 7460 7460 maintenance/postgres/archives/patch-update_sequences.sql
33761 7460 7460 maintenance/postgres/compare_schemas.pl
33762 7460 7460 maintenance/postgres/mediawiki_mysql2postgres.pl
33763 7460 7460 maintenance/postgres/tables-generated.sql
33764 7460 7460 maintenance/postgres/tables.sql
33765 7460 7460 maintenance/sqlite/tables-generated.sql
33766 7460 7460 maintenance/tables-generated.sql
33767 7460 7460 maintenance/tables.json
33768 7460 7460 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 14.758ms