home / train

file

9 rows where patch_id = 1242

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6162 1242 1242 RELEASE-NOTES-1.35
6163 1242 1242 includes/page/Article.php
6164 1242 1242 includes/resourceloader/ResourceLoaderSkinModule.php
6165 1242 1242 includes/skins/Skin.php
6166 1242 1242 languages/i18n/en.json
6167 1242 1242 languages/i18n/qqq.json
6168 1242 1242 resources/src/mediawiki.skinning/interface.css
6169 1242 1242 resources/src/mediawiki.skinning/legacy.less
6170 1242 1242 resources/src/mediawiki.skinning/messageBoxes.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 22.869ms