home / train

file

4 rows where patch_id = 2548

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
12934 2548 2548 includes/FileDeleteForm.php
12935 2548 2548 resources/Resources.php
12936 2548 2548 resources/src/mediawiki.action/mediawiki.action.delete.file.js
12937 2548 2548 resources/src/mediawiki.action/mediawiki.action.delete.js

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 23.051ms