home / train

file

9 rows where patch_id = 453

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2323 453 453 includes/db/MWLBFactory.php
2324 453 453 includes/installer/PostgresInstaller.php
2325 453 453 includes/installer/PostgresUpdater.php
2326 453 453 maintenance/postgres/tables-generated.sql
2327 453 453 maintenance/postgres/tables.sql
2328 453 453 maintenance/sqlite/tables-generated.sql
2329 453 453 maintenance/tables-generated.sql
2330 453 453 maintenance/tables.json
2331 453 453 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 17.679ms