home / train

file

3 rows where patch_id = 87176

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
411665 87176 87176 RELEASE-NOTES-1.39
411666 87176 87176 includes/MovePage.php
411667 87176 87176 tests/phpunit/includes/MovePageTest.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 45.515ms