home / train

file

6 rows where patch_id = 13393

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
62339 13393 13393 RELEASE-NOTES-1.35
62340 13393 13393 includes/MediaWikiServices.php
62341 13393 13393 includes/installer/Installer.php
62342 13393 13393 languages/Language.php
62343 13393 13393 tests/phpunit/MediaWikiIntegrationTestCase.php
62344 13393 13393 tests/phpunit/languages/LanguageIntegrationTest.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.56ms