home / train

file

4 rows where patch_id = 130232

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
662722 130232 130232 tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php
662723 130232 130232 tests/phpunit/includes/Storage/PageUpdaterTest.php
662724 130232 130232 includes/Storage/PageUpdater.php
662725 130232 130232 includes/Storage/DerivedPageDataUpdater.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 67.352ms