home / train

file

7 rows where patch_id = 130298

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
663156 130298 130298 tests/phpunit/MediaWikiIntegrationTestCase.php
663157 130298 130298 autoload.php
663158 130298 130298 tests/phpunit/unit/includes/HookContainer/FauxGlobalHookArrayTest.php
663159 130298 130298 includes/HookContainer/FauxGlobalHookArray.php
663160 130298 130298 includes/Setup.php
663161 130298 130298 includes/HookContainer/FauxHookHandlerArray.php
663162 130298 130298 includes/ServiceWiring.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 547.324ms