home / train

file

8 rows where patch_id = 3043

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
15285 3043 3043 tests/data/README.txt
15286 3043 3043 tests/data/arwiki-config.json
15287 3043 3043 tests/data/enwiki-config.json
15288 3043 3043 tests/data/frwiki-config.json
15289 3043 3043 tests/data/huwiki-config.json
15290 3043 3043 tests/data/nlwiki-config.json
15291 3043 3043 tests/data/plwiki-config.json
15292 3043 3043 tests/phpunit/CommentTestCase.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 25.223ms