home / train

file

16 rows where patch_id = 148

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
809 148 148 gateway_common/i18n/interface/da.json
810 148 148 gateway_common/i18n/interface/de.json
811 148 148 gateway_common/i18n/interface/es-419.json
812 148 148 gateway_common/i18n/interface/es.json
813 148 148 gateway_common/i18n/interface/hu.json
814 148 148 gateway_common/i18n/interface/it.json
815 148 148 gateway_common/i18n/interface/ja.json
816 148 148 gateway_common/i18n/interface/lv.json
817 148 148 gateway_common/i18n/interface/mk.json
818 148 148 gateway_common/i18n/interface/nl.json
819 148 148 gateway_common/i18n/interface/pl.json
820 148 148 gateway_common/i18n/interface/pt.json
821 148 148 gateway_common/i18n/interface/qqq.json
822 148 148 gateway_common/i18n/interface/ro.json
823 148 148 gateway_common/i18n/interface/sv.json
824 148 148 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 18.042ms