home / train

file

7 rows where patch_id = 60432

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277132 60432 60432 app/src/components/SXArticleSearch/SXArticleSearch.snap.js
277133 60432 60432 app/src/components/SXArticleSearch/SXArticleSearch.test.js
277134 60432 60432 app/src/components/SXArticleSearch/SearchResultsCard.snap.js
277135 60432 60432 app/src/components/SXArticleSearch/SearchResultsCard.test.js
277136 60432 60432 app/src/components/SXArticleSearch/SearchResultsCard.vue
277137 60432 60432 app/src/components/SXArticleSearch/useArticleSearch.js
277138 60432 60432 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 21.108ms