home / train

file

8 rows where patch_id = 7468

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33783 7468 7468 RELEASE-NOTES-1.36
33784 7468 7468 includes/Hook/ParserTestTablesHook.php
33785 7468 7468 includes/MediaWikiServices.php
33786 7468 7468 includes/session/SessionManager.php
33787 7468 7468 tests/parser/ParserTestRunner.php
33788 7468 7468 tests/phpunit/MediaWikiIntegrationTestCase.php
33789 7468 7468 tests/phpunit/includes/TestUser.php
33790 7468 7468 tests/phpunit/suites/ParserTestTopLevelSuite.php

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