home / train

file

5 rows where patch_id = 35295

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
164248 35295 35295 includes/specials/pagers/ContribsPager.php
164249 35295 35295 languages/i18n/en.json
164250 35295 35295 languages/i18n/qqq.json
164251 35295 35295 resources/Resources.php
164252 35295 35295 resources/src/mediawiki.special.changeslist.less

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