file
5 rows where patch_id = 60579
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
277819 | 60579 60579 | includes/api/ApiQuery.php |
277820 | 60579 60579 | includes/api/ApiQueryInfo.php |
277821 | 60579 60579 | includes/api/i18n/en.json |
277822 | 60579 60579 | includes/api/i18n/qqq.json |
277823 | 60579 60579 | tests/phpunit/includes/api/query/ApiQueryInfoTest.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);