home / train

file

5 rows where patch_id = 60426

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277105 60426 60426 modules/dashboard/styles/ext.cx.dashboard.less
277106 60426 60426 modules/ui/styles/mw.cx.mixins.less
277107 60426 60426 modules/ui/styles/mw.cx.ui.LanguageFilter.less
277108 60426 60426 modules/ui/styles/mw.cx.ui.TranslationHeader.less
277109 60426 60426 modules/ui/styles/mw.cx.ui.TranslationView.less

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.412ms