home / train

file

6 rows where patch_id = 2529

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
12892 2529 2529 RELEASE-NOTES-1.36
12893 2529 2529 includes/MediaWikiServices.php
12894 2529 2529 includes/PageProps.php
12895 2529 2529 includes/ServiceWiring.php
12896 2529 2529 tests/phpunit/includes/changes/RecentChangeTest.php
12897 2529 2529 tests/phpunit/includes/page/WikiCategoryPageTest.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 22.241ms