home / train

file

8 rows where patch_id = 7477

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33811 7477 7477 includes/DefaultSettings.php
33812 7477 7477 includes/skins/Skin.php
33813 7477 7477 languages/i18n/en.json
33814 7477 7477 languages/i18n/qqq.json
33815 7477 7477 resources/Resources.php
33816 7477 7477 resources/src/mediawiki.page.ready/ready.js
33817 7477 7477 resources/src/mediawiki.skinning/interface-sitenotice.less
33818 7477 7477 resources/src/mediawiki.skinning/interface.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 18.469ms