home / train

file

8 rows where patch_id = 30893

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
145495 30893 30893 includes/resourceloader/ResourceLoader.php
145496 30893 30893 tests/phpunit/ResourceLoaderTestCase.php
145497 30893 30893 tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
145498 30893 30893 tests/phpunit/includes/resourceloader/ResourceLoaderClientHtmlTest.php
145499 30893 30893 tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
145500 30893 30893 tests/phpunit/includes/resourceloader/ResourceLoaderStartUpModuleTest.php
145501 30893 30893 tests/phpunit/includes/resourceloader/ResourceLoaderTest.php
145502 30893 30893 tests/phpunit/includes/resourceloader/ResourceLoaderWikiModuleTest.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 12.744ms