home / train

file

7 rows where patch_id = 870

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4552 870 870 includes/api/ApiQueryBlocks.php
4553 870 870 includes/block/DatabaseBlock.php
4554 870 870 includes/specialpage/SpecialPageFactory.php
4555 870 870 includes/specials/SpecialAutoblockList.php
4556 870 870 includes/specials/SpecialBlockList.php
4557 870 870 includes/specials/pagers/BlockListPager.php
4558 870 870 tests/phpunit/includes/specials/pagers/BlockListPagerTest.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 17.588ms