home / train

file

6 rows where patch_id = 799

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4023 799 799 RELEASE-NOTES-1.37
4024 799 799 includes/filebackend/lockmanager/LockManagerGroup.php
4025 799 799 tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php
4026 799 799 tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
4027 799 799 tests/phpunit/includes/filebackend/lockmanager/LockManagerGroupIntegrationTest.php
4028 799 799 tests/phpunit/includes/filerepo/StoreBatchTest.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 23.261ms