home / train

file

5 rows where patch_id = 82383

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381441 82383 82383 includes/Settings/SettingsBuilder.php
381442 82383 82383 includes/Setup.php
381443 82383 82383 tests/phpunit/unit/includes/Settings/SettingsBuilderTest.php
381444 82383 82383 tests/phpunit/unit/includes/Settings/fixtures/default-schema.json
381445 82383 82383 tests/phpunit/unit/includes/Settings/fixtures/settings.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 23.302ms