home / train

file

8 rows where patch_id = 3755

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
18021 3755 3755 RELEASE-NOTES-1.36
18022 3755 3755 includes/TrackingCategories.php
18023 3755 3755 includes/parser/Parser.php
18024 3755 3755 languages/i18n/en.json
18025 3755 3755 languages/i18n/qqq.json
18026 3755 3755 tests/parser/ParserTestRunner.php
18027 3755 3755 tests/parser/parserTests.txt
18028 3755 3755 tests/parser/pfeqParserTests.txt

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