home / train

file

3 rows where patch_id = 3342

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
16513 3342 3342 includes/skins/Skin.php
16514 3342 3342 resources/src/jquery/jquery.makeCollapsible.js
16515 3342 3342 resources/src/mediawiki.page.ready/ready.js

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.888ms