home / train

file

7 rows where patch_id = 2589

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
13102 2589 2589 api/FlaggedRevsApiHooks.php
13103 2589 2589 api/actions/ApiStabilize.php
13104 2589 2589 api/reports/ApiQueryFlagged.php
13105 2589 2589 backend/FlaggableWikiPage.php
13106 2589 2589 backend/FlaggedRevs.php
13107 2589 2589 frontend/FlaggablePageView.php
13108 2589 2589 frontend/specialpages/reports/ValidationStatistics.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 22.033ms