home / train

file

7 rows where patch_id = 2776

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
14053 2776 2776 app/src/components/CXDashboard/CXDashboard.vue
14054 2776 2776 app/src/components/CXDashboard/CXSuggestionList.vue
14055 2776 2776 app/src/components/CXDashboard/CXTranslationList.vue
14056 2776 2776 app/src/components/CXDashboard/CXTranslationSuggestion.vue
14057 2776 2776 app/src/components/CXDashboard/CXTranslationWork.vue
14058 2776 2776 app/src/components/CXDashboard/SXTranslationListLanguageSelector.vue
14059 2776 2776 app/src/components/CXDashboard/index.js

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 23.379ms