home / train

file

8 rows where patch_id = 60422

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277088 60422 60422 app/src/components/CXDashboard/CXSuggestionList.vue
277089 60422 60422 app/src/components/CXDashboard/useSuggestions.js
277090 60422 60422 app/src/components/SXTranslationConfirmer/SXTranslationConfirmerActionPanel.vue
277091 60422 60422 app/src/components/SXTranslationConfirmer/SXTranslationConfirmerArticleInformation.test.js
277092 60422 60422 app/src/components/SXTranslationConfirmer/SXTranslationConfirmerArticleInformation.vue
277093 60422 60422 app/src/components/SXTranslationConfirmer/articleInformationMockStore.js
277094 60422 60422 app/src/components/SXTranslationConfirmer/getActionButtonLabel.js
277095 60422 60422 app/src/composables/useApplicationState.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 2342.652ms