home / train

file

5 rows where patch_id = 59442

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
272961 59442 59442 backend/FRUserCounters.php
272962 59442 59442 backend/FlaggedRevsHooks.php
272963 59442 59442 frontend/FlaggablePageView.php
272964 59442 59442 maintenance/flagToSemiProtect.php
272965 59442 59442 maintenance/reviewAllPages.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 2090.642ms