home / train

file

4 rows where patch_id = 82400

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381483 82400 82400 RELEASE-NOTES-1.38
381484 82400 82400 includes/DefaultSettings.php
381485 82400 82400 includes/specials/forms/UploadForm.php
381486 82400 82400 resources/src/mediawiki.special.upload/upload.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 19.877ms