home / train

file

6 rows where patch_id = 10847

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
49714 10847 10847 includes/api/ApiChangeContentModel.php
49715 10847 10847 includes/content/ContentModelChange.php
49716 10847 10847 includes/page/ContentModelChangeFactory.php
49717 10847 10847 includes/page/PageCommandFactory.php
49718 10847 10847 includes/specials/SpecialChangeContentModel.php
49719 10847 10847 tests/phpunit/includes/content/ContentModelChangeTest.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.58ms