home / train

file

9 rows where patch_id = 64448

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
297986 64448 64448 autoload.php
297987 64448 64448 includes/MediaWikiServices.php
297988 64448 64448 includes/ServiceWiring.php
297989 64448 64448 includes/interwiki/ClassicInterwikiLookup.php
297990 64448 64448 includes/interwiki/Interwiki.php
297991 64448 64448 includes/interwiki/InterwikiLookup.php
297992 64448 64448 tests/phpunit/includes/MediaWikiServicesTest.php
297993 64448 64448 tests/phpunit/includes/interwiki/ClassicInterwikiLookupTest.php
297994 64448 64448 tests/phpunit/includes/interwiki/InterwikiTest.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 16.559ms