home / train

file

7 rows where patch_id = 4125

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
20058 4125 4125 tests/common/TestsAutoLoader.php
20059 4125 4125 tests/phpunit/MediaWikiLoggerPHPUnitExtension.php
20060 4125 4125 tests/phpunit/MediaWikiLoggerPHPUnitTestListener.php
20061 4125 4125 tests/phpunit/MediaWikiPHPUnitCommand.php
20062 4125 4125 tests/phpunit/MediaWikiPHPUnitResultPrinter.php
20063 4125 4125 tests/phpunit/MediaWikiPHPUnitTestListener.php
20064 4125 4125 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 19.683ms