home / train

file

10 rows where patch_id = 60581

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277826 60581 60581 includes/Rest/ResponseInterface.php
277827 60581 60581 includes/actions/EditAction.php
277828 60581 60581 includes/language/MessageLocalizer.php
277829 60581 60581 includes/linker/Hook/LinkerGenerateRollbackLinkHook.php
277830 60581 60581 includes/rcfeed/RCFeedFormatter.php
277831 60581 60581 includes/skins/Hook/SkinPageReadyConfigHook.php
277832 60581 60581 includes/skins/SkinMustache.php
277833 60581 60581 maintenance/includes/Maintenance.php
277834 60581 60581 tests/phpunit/MediaWikiIntegrationTestCase.php
277835 60581 60581 tests/phpunit/MediaWikiUnitTestCase.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 18.499ms