home / train

file

5 rows where patch_id = 59860

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
274957 59860 59860 includes/parser/Parser.php
274958 59860 59860 includes/parser/ParserCache.php
274959 59860 59860 includes/title/MalformedTitleException.php
274960 59860 59860 includes/user/UserEditTracker.php
274961 59860 59860 tests/phpunit/unit/includes/block/BlockUtilsTest.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 21.888ms