home / train

file

6 rows where patch_id = 3704

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
17897 3704 3704 RELEASE-NOTES-1.36
17898 3704 3704 includes/ServiceWiring.php
17899 3704 3704 includes/block/BlockPermissionChecker.php
17900 3704 3704 includes/block/BlockPermissionCheckerFactory.php
17901 3704 3704 includes/specials/SpecialBlock.php
17902 3704 3704 tests/phpunit/includes/block/BlockPermissionCheckerTest.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 19.688ms