file
6 rows where patch_id = 28413
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
136121 | 28413 28413 | includes/OutputHandler.php |
136122 | 28413 28413 | includes/installer/Installer.php |
136123 | 28413 28413 | includes/media/FormatMetadata.php |
136124 | 28413 28413 | includes/specials/SpecialRedirect.php |
136125 | 28413 28413 | includes/specials/pagers/UsersPager.php |
136126 | 28413 28413 | maintenance/update.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);