home / train

file

4 rows where patch_id = 82350

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381283 82350 82350 includes/title/MediaWikiTitleCodec.php
381284 82350 82350 resources/src/mediawiki.Title/Title.js
381285 82350 82350 tests/phpunit/includes/TitleTest.php
381286 82350 82350 tests/qunit/suites/resources/mediawiki/mediawiki.Title.test.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 20.234ms