file
7 rows where patch_id = 881
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4611 | 881 881 | includes/EditPage.php |
4612 | 881 881 | includes/OutputPage.php |
4613 | 881 881 | includes/ProtectionForm.php |
4614 | 881 881 | includes/specials/SpecialChangeEmail.php |
4615 | 881 881 | includes/specials/SpecialUpload.php |
4616 | 881 881 | includes/specials/SpecialUserrights.php |
4617 | 881 881 | includes/templates/NoLocalSettings.mustache |
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);