home / train

file

7 rows where patch_id = 51856

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
234289 51856 51856 RELEASE-NOTES-1.31
234290 51856 51856 includes/Html.php
234291 51856 51856 includes/api/ApiParse.php
234292 51856 51856 includes/api/i18n/en.json
234293 51856 51856 includes/api/i18n/qqq.json
234294 51856 51856 includes/parser/ParserOutput.php
234295 51856 51856 tests/phpunit/includes/parser/ParserOutputTest.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 23.341ms