home / train

file

7 rows where patch_id = 4071

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
19933 4071 4071 autoload.php
19934 4071 4071 includes/MediaWikiServices.php
19935 4071 4071 includes/ServiceWiring.php
19936 4071 4071 includes/parser/ParserCache.php
19937 4071 4071 includes/parser/ParserCacheFactory.php
19938 4071 4071 tests/phpunit/unit/includes/FactoryArgTestTrait.php
19939 4071 4071 tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.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 20.497ms