home / train

file

6 rows where patch_id = 3766

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
18062 3766 3766 includes/Rest/RedirectException.php
18063 3766 3766 includes/Rest/ResponseException.php
18064 3766 3766 includes/Rest/ResponseFactory.php
18065 3766 3766 tests/phpunit/unit/includes/Rest/ResponseFactoryTest.php
18066 3766 3766 tests/phpunit/unit/includes/Rest/RouterTest.php
18067 3766 3766 tests/phpunit/unit/includes/Rest/testRoutes.json

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