home / train

file

5 rows where patch_id = 14978

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
69231 14978 14978 RELEASE-NOTES-1.35
69232 14978 14978 includes/DefaultSettings.php
69233 14978 14978 includes/api/ApiOpenSearch.php
69234 14978 14978 includes/api/i18n/en.json
69235 14978 14978 resources/src/mediawiki.searchSuggest/searchSuggest.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 15.436ms