home / train

file

9 rows where patch_id = 3044

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
15293 3044 3044 extension.json
15294 3044 3044 tests/cases/README.txt
15295 3044 3044 tests/cases/ckb-big-oldparser/ckb-big-oldparser.html
15296 3044 3044 tests/cases/ckb-big-oldparser/ckb-big-oldparser.json
15297 3044 3044 tests/cases/ckb-big-parsoid/ckb-big-parsoid.html
15298 3044 3044 tests/cases/ckb-big-parsoid/ckb-big-parsoid.json
15299 3044 3044 tests/cases/comments.json
15300 3044 3044 tests/data/ckbwiki-config.json
15301 3044 3044 tests/data/ckbwiki-data.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 16.538ms