home / train

file

5 rows where patch_id = 7520

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33993 7520 7520 tests/selenium/pageobjects/edit.page.js
33994 7520 7520 tests/selenium/specs/highlighting-disabled.js
33995 7520 7520 tests/selenium/specs/highlighting-wikitext2010.js
33996 7520 7520 tests/selenium/specs/highlighting-wikitext2017.js
33997 7520 7520 tests/selenium/userpreferences.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 17.666ms