home / train

file

4 rows where patch_id = 2962

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
15023 2962 2962 includes/libs/objectcache/MediumSpecificBagOStuff.php
15024 2962 2962 includes/user/User.php
15025 2962 2962 tests/phpunit/includes/libs/objectcache/BagOStuffTestBase.php
15026 2962 2962 tests/phpunit/includes/user/UserTest.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.302ms