home / train

file

10 rows where patch_id = 7521

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33998 7521 7521 .gitignore
33999 7521 7521 package-lock.json
34000 7521 7521 package.json
34001 7521 7521 tests/selenium/.eslintrc.json
34002 7521 7521 tests/selenium/fixturecontent.js
34003 7521 7521 tests/selenium/highlightingfeatureflag.js
34004 7521 7521 tests/selenium/pageobjects/edit.page.js
34005 7521 7521 tests/selenium/specs/highlighting-wikitext2010.js
34006 7521 7521 tests/selenium/userpreferences.js
34007 7521 7521 tests/selenium/wdio.conf.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 18.686ms