home / train

file

8 rows where patch_id = 88842

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
427656 88842 88842 extension.json
427657 88842 88842 includes/Hooks.php
427658 88842 88842 resources/ext.CodeMirror.js
427659 88842 88842 resources/modules/ve-cm/ve.ui.CodeMirrorAction.js
427660 88842 88842 tests/selenium/highlightingfeatureflag.js
427661 88842 88842 tests/selenium/specs/highlighting-disabled.js
427662 88842 88842 tests/selenium/specs/highlighting-wikitext2010.js
427663 88842 88842 tests/selenium/specs/highlighting-wikitext2017.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 15.881ms