file
9 rows where patch_id = 3380
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16658 | 3380 3380 | includes/api/ApiBase.php |
16659 | 3380 3380 | includes/api/ApiDelete.php |
16660 | 3380 3380 | includes/api/ApiEditPage.php |
16661 | 3380 3380 | includes/api/ApiMove.php |
16662 | 3380 3380 | includes/api/ApiProtect.php |
16663 | 3380 3380 | includes/api/ApiRollback.php |
16664 | 3380 3380 | includes/api/ApiUndelete.php |
16665 | 3380 3380 | includes/api/ApiUpload.php |
16666 | 3380 3380 | includes/api/ApiWatchlistTrait.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);