home / train

file

11 rows where patch_id = 27830

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
132917 27830 27830 includes/DefaultSettings.php
132918 27830 27830 tests/phpunit/includes/ActorMigrationTest.php
132919 27830 27830 tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php
132920 27830 27830 tests/phpunit/includes/RevisionDbTestBase.php
132921 27830 27830 tests/phpunit/includes/RevisionTest.php
132922 27830 27830 tests/phpunit/includes/api/query/ApiQueryUserContribsTest.php
132923 27830 27830 tests/phpunit/includes/page/PageArchiveMcrTest.php
132924 27830 27830 tests/phpunit/includes/page/PageArchivePreMcrTest.php
132925 27830 27830 tests/phpunit/includes/page/PageArchiveTestBase.php
132926 27830 27830 tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php
132927 27830 27830 tests/phpunit/includes/user/UserTest.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.405ms