home / train

file

5 rows where patch_id = 2586

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
13076 2586 2586 includes/StreamConfig.php
13077 2586 2586 includes/StreamConfigs.php
13078 2586 2586 tests/phpunit/integration/StreamConfigsIntegrationTest.php
13079 2586 2586 tests/phpunit/unit/StreamConfigTest.php
13080 2586 2586 tests/phpunit/unit/StreamConfigsTest.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 24.075ms