home / train

file

11 rows where patch_id = 60588

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277850 60588 60588 includes/api/ApiBlock.php
277851 60588 60588 includes/api/ApiDelete.php
277852 60588 60588 includes/api/ApiEditPage.php
277853 60588 60588 includes/api/ApiMain.php
277854 60588 60588 includes/api/ApiMove.php
277855 60588 60588 includes/api/ApiProtect.php
277856 60588 60588 includes/api/ApiRollback.php
277857 60588 60588 includes/api/ApiUndelete.php
277858 60588 60588 includes/api/ApiUpload.php
277859 60588 60588 includes/api/ApiWatchlistTrait.php
277860 60588 60588 tests/phpunit/integration/includes/api/ApiWatchlistTraitTest.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 21.993ms