home / train

file

6 rows where patch_id = 492

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2563 492 492 RELEASE-NOTES-1.36
2564 492 492 includes/HookContainer/DeprecatedHooks.php
2565 492 492 includes/HookContainer/HookRunner.php
2566 492 492 includes/Storage/DerivedPageDataUpdater.php
2567 492 492 includes/Storage/Hook/ArticleEditUpdatesDeleteFromRecentchangesHook.php
2568 492 492 includes/changes/RecentChange.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 19.434ms