home / train

file

7 rows where patch_id = 51927

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
234669 51927 51927 .gitignore
234670 51927 51927 modules/ui/ext.advancedSearch.FileTypeSelection.js
234671 51927 51927 modules/ui/ext.advancedSearch.NamespaceFilters.js
234672 51927 51927 tests/selenium/pageobjects/search.page.js
234673 51927 51927 tests/selenium/pageobjects/special.page.js
234674 51927 51927 tests/selenium/specs/advancedsearch.js
234675 51927 51927 tests/selenium/specs/searchPage.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 102.509ms