home / train

file

9 rows where patch_id = 1851

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8358 1851 1851 app/package-lock.json
8359 1851 1851 app/package.json
8360 1851 1851 app/src/assets/tutorial-mt.svg
8361 1851 1851 app/src/assets/tutorial-sections.svg
8362 1851 1851 app/src/components/SXContentComparator.vue
8363 1851 1851 app/src/components/SXQuickTutorial.vue
8364 1851 1851 extension.json
8365 1851 1851 i18n/en.json
8366 1851 1851 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 19.7ms