home / train

file

9 rows where patch_id = 27804

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
132830 27804 27804 autoload.php
132831 27804 27804 includes/api/ApiBase.php
132832 27804 27804 includes/api/ApiBlock.php
132833 27804 27804 includes/api/ApiBlockInfoTrait.php
132834 27804 27804 includes/api/ApiQueryUserInfo.php
132835 27804 27804 includes/api/ApiUnblock.php
132836 27804 27804 tests/phpunit/includes/api/ApiBaseTest.php
132837 27804 27804 tests/phpunit/includes/api/ApiBlockInfoTraitTest.php
132838 27804 27804 tests/phpunit/includes/api/ApiQueryUserInfoTest.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 27.507ms