home / train

file

8 rows where patch_id = 51923

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
234651 51923 51923 .eslintrc.json
234652 51923 51923 .jshintignore
234653 51923 51923 .jshintrc
234654 51923 51923 Gruntfile.js
234655 51923 51923 modules/ext.abuseFilter.edit.js
234656 51923 51923 modules/ext.abuseFilter.examine.js
234657 51923 51923 modules/ext.abuseFilter.tools.js
234658 51923 51923 package.json

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 83.616ms