file
10 rows where patch_id = 10841
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49681 | 10841 10841 | includes/actions/SpecialPageAction.php |
49682 | 10841 10841 | includes/api/ApiAuthManagerHelper.php |
49683 | 10841 10841 | includes/api/ApiRemoveAuthenticationData.php |
49684 | 10841 10841 | includes/block/BlockManager.php |
49685 | 10841 10841 | includes/jobqueue/JobQueueGroup.php |
49686 | 10841 10841 | includes/pager/TablePager.php |
49687 | 10841 10841 | includes/resourceloader/ResourceLoaderLessVarFileModule.php |
49688 | 10841 10841 | includes/upload/UploadBase.php |
49689 | 10841 10841 | includes/upload/UploadFromUrl.php |
49690 | 10841 10841 | includes/user/UserNameUtils.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);