home / train

file

5 rows where patch_id = 10832

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
49650 10832 10832 tests/common/TestsAutoLoader.php
49651 10832 10832 tests/phpunit/MediaWikiHooksPHPUnitExtension.php
49652 10832 10832 tests/phpunit/MediaWikiPHPUnitCommand.php
49653 10832 10832 tests/phpunit/MediaWikiPHPUnitTestListener.php
49654 10832 10832 tests/phpunit/suite.xml

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