home / train

file

9 rows where patch_id = 3032

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
15241 3032 3032 app/src/components/SXSectionSelector/SXSectionSelector.vue
15242 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorPresentSections.vue
15243 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionList.snap.js
15244 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js
15245 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionList.vue
15246 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionListMissing.vue
15247 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionListPresent.snap.js
15248 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionListPresent.test.js
15249 3032 3032 app/src/components/SXSectionSelector/SXSectionSelectorSectionListPresent.vue

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