home / train

file

8 rows where patch_id = 873

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4568 873 873 includes/ServiceWiring.php
4569 873 873 includes/db/MWLBFactory.php
4570 873 873 includes/deferred/DeferredUpdates.php
4571 873 873 maintenance/doMaintenance.php
4572 873 873 maintenance/includes/Maintenance.php
4573 873 873 tests/phpunit/MediaWikiIntegrationTestCase.php
4574 873 873 tests/phpunit/includes/deferred/SiteStatsUpdateTest.php
4575 873 873 tests/phpunit/phpunit.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 11.232ms