home / train

file

10 rows where patch_id = 233

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1136 233 233 i18n/aeb.json
1137 233 233 i18n/gcf.json
1138 233 233 i18n/kg.json
1139 233 233 i18n/ku.json
1140 233 233 i18n/kv.json
1141 233 233 i18n/liv.json
1142 233 233 i18n/mi.json
1143 233 233 i18n/pdc.json
1144 233 233 i18n/ttt.json
1145 233 233 i18n/zea.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 22.732ms