home / train

file

9 rows where patch_id = 2319

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
11589 2319 2319 includes/installer/PostgresUpdater.php
11590 2319 2319 maintenance/postgres/archives/patch-l10n_cache-pk.sql
11591 2319 2319 maintenance/postgres/archives/patch-module_deps-pk.sql
11592 2319 2319 maintenance/postgres/tables-generated.sql
11593 2319 2319 maintenance/postgres/tables.sql
11594 2319 2319 maintenance/sqlite/tables-generated.sql
11595 2319 2319 maintenance/tables-generated.sql
11596 2319 2319 maintenance/tables.json
11597 2319 2319 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.325ms