file
6 rows where patch_id = 4117
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
20025 | 4117 4117 | includes/skins/SkinMustache.php |
20026 | 4117 4117 | includes/skins/SkinTemplate.php |
20027 | 4117 4117 | languages/i18n/en.json |
20028 | 4117 4117 | languages/i18n/qqq.json |
20029 | 4117 4117 | tests/phpunit/includes/api/ApiMainTest.php |
20030 | 4117 4117 | tests/phpunit/includes/api/format/ApiFormatTestBase.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);