home / train

file

6 rows where patch_id = 248

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1261 248 248 resources/dist/index.js
1262 248 248 resources/dist/index.js.map.json
1263 248 248 src/reducers/eventLogging.js
1264 248 248 src/reducers/nextState.js
1265 248 248 tests/node-qunit/reducers/eventLogging.test.js
1266 248 248 tests/node-qunit/reducers/nextState.test.js

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 333.338ms