home / train

file

7 rows where patch_id = 1850

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8351 1850 1850 app/src/components/SXContentComparator.vue
8352 1850 1850 app/src/components/SXSectionSelector.vue
8353 1850 1850 app/src/components/SXSentenceSelector.vue
8354 1850 1850 app/src/wiki/cx/models/sectionSentence.js
8355 1850 1850 extension.json
8356 1850 1850 i18n/en.json
8357 1850 1850 i18n/qqq.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.294ms