file
6 rows where patch_id = 4515
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
21194 | 4515 4515 | autoload.php |
21195 | 4515 4515 | includes/MediaWikiServices.php |
21196 | 4515 4515 | includes/ServiceWiring.php |
21197 | 4515 4515 | includes/user/UserNamePrefixSearch.php |
21198 | 4515 4515 | includes/user/UserNamePrefixSearch_deprecated.php |
21199 | 4515 4515 | tests/phpunit/unit/includes/user/UserNamePrefixSearchTest.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);