home / train

file

9 rows where patch_id = 58934

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
270981 58934 58934 RELEASE-NOTES-1.37
270982 58934 58934 includes/api/ApiPageSet.php
270983 58934 58934 includes/api/ApiQuery.php
270984 58934 58934 includes/api/ApiQueryBacklinksprop.php
270985 58934 58934 includes/api/ApiQueryCategoryInfo.php
270986 58934 58934 includes/api/ApiQueryDeletedRevisions.php
270987 58934 58934 includes/api/ApiQueryDeletedrevs.php
270988 58934 58934 includes/api/ApiSetNotificationTimestamp.php
270989 58934 58934 tests/phpunit/includes/api/ApiPageSetTest.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 13.694ms