home / train

file

13 rows where patch_id = 4567

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
21462 4567 4567 extension.json
21463 4567 4567 modules/ext.checkUser.styles/investigate.less
21464 4567 4567 modules/ext.checkUser.styles/investigateblock.less
21465 4567 4567 modules/ext.checkUser/checkuser/caMultiLock.js
21466 4567 4567 modules/ext.checkUser/checkuser/cidr.js
21467 4567 4567 modules/ext.checkUser/dispatcher.js
21468 4567 4567 modules/ext.checkUser/investigate/blockform.js
21469 4567 4567 modules/ext.checkUser/investigate/copy.js
21470 4567 4567 modules/ext.checkUser/investigate/init.js
21471 4567 4567 modules/ext.checkUser/investigate/tables.js
21472 4567 4567 modules/ext.checkUser/investigateblock/investigateblock.js
21473 4567 4567 src/SpecialInvestigate.php
21474 4567 4567 src/SpecialInvestigateBlock.php

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.495ms