home / train

file

4 rows where patch_id = 840

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4182 840 840 includes/ParamValidator/TypeDef/UserDef.php
4183 840 840 includes/debug/logger/LogCapturingSpi.php
4184 840 840 includes/parser/Parser.php
4185 840 840 tests/phpunit/MediaWikiIntegrationTestCase.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.445ms