home / train

file

18 rows where patch_id = 78976

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
365082 78976 78976 gateway_common/i18n/interface/bn.json
365083 78976 78976 gateway_common/i18n/interface/da.json
365084 78976 78976 gateway_common/i18n/interface/de.json
365085 78976 78976 gateway_common/i18n/interface/es-419.json
365086 78976 78976 gateway_common/i18n/interface/es.json
365087 78976 78976 gateway_common/i18n/interface/hu.json
365088 78976 78976 gateway_common/i18n/interface/ia.json
365089 78976 78976 gateway_common/i18n/interface/it.json
365090 78976 78976 gateway_common/i18n/interface/ja.json
365091 78976 78976 gateway_common/i18n/interface/lv.json
365092 78976 78976 gateway_common/i18n/interface/mk.json
365093 78976 78976 gateway_common/i18n/interface/nl.json
365094 78976 78976 gateway_common/i18n/interface/pl.json
365095 78976 78976 gateway_common/i18n/interface/pt-br.json
365096 78976 78976 gateway_common/i18n/interface/pt.json
365097 78976 78976 gateway_common/i18n/interface/qqq.json
365098 78976 78976 gateway_common/i18n/interface/ro.json
365099 78976 78976 gateway_common/i18n/interface/uk.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 1395.016ms