file
5 rows where patch_id = 35285
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164211 | 35285 35285 | RELEASE-NOTES-1.33 |
164212 | 35285 35285 | resources/Resources.php |
164213 | 35285 35285 | resources/src/jquery/jquery.localize.js |
164214 | 35285 35285 | tests/qunit/QUnitTestResources.php |
164215 | 35285 35285 | tests/qunit/suites/resources/jquery/jquery.localize.test.js |
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);