file
5 rows where patch_id = 30912
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
145557 | 30912 30912 | includes/Storage/DerivedPageDataUpdater.php |
145558 | 30912 30912 | includes/deferred/LinksUpdate.php |
145559 | 30912 30912 | includes/jobqueue/jobs/RefreshLinksJob.php |
145560 | 30912 30912 | includes/page/WikiPage.php |
145561 | 30912 30912 | tests/phpunit/includes/jobqueue/jobs/RefreshLinksJobTest.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);