home / train

file

5 rows where patch_id = 38749

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
178522 38749 38749 includes/resourceloader/ResourceLoader.php
178523 38749 38749 includes/resourceloader/ResourceLoaderContext.php
178524 38749 38749 tests/phpunit/ResourceLoaderTestCase.php
178525 38749 38749 tests/phpunit/includes/resourceloader/ResourceLoaderClientHtmlTest.php
178526 38749 38749 tests/phpunit/includes/resourceloader/ResourceLoaderTest.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.787ms