home / train

file

8 rows where patch_id = 13325

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
61854 13325 13325 includes/Rest/Handler/PageHistoryCountHandler.php
61855 13325 13325 includes/Rest/coreRoutes.json
61856 13325 13325 includes/Rest/i18n/en.json
61857 13325 13325 includes/Rest/i18n/qqq.json
61858 13325 13325 includes/Revision/RevisionStore.php
61859 13325 13325 includes/Title.php
61860 13325 13325 includes/diff/DifferenceEngine.php
61861 13325 13325 tests/phpunit/includes/Revision/RevisionStoreDbTestBase.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.089ms