file
10 rows where patch_id = 13362
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
61971 | 13362 13362 | includes/specials/SpecialBrokenRedirects.php |
61972 | 13362 13362 | includes/specials/SpecialDoubleRedirects.php |
61973 | 13362 13362 | includes/specials/SpecialListRedirects.php |
61974 | 13362 13362 | includes/specials/SpecialLonelyPages.php |
61975 | 13362 13362 | includes/specials/SpecialUncategorizedImages.php |
61976 | 13362 13362 | includes/specials/SpecialUncategorizedPages.php |
61977 | 13362 13362 | includes/specials/SpecialUnusedCategories.php |
61978 | 13362 13362 | includes/specials/SpecialUnusedTemplates.php |
61979 | 13362 13362 | includes/specials/SpecialWithoutInterwiki.php |
61980 | 13362 13362 | tests/phpunit/includes/specials/SpecialUncategorizedCategoriesTest.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);