home / train

file

5 rows where patch_id = 36631

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
168875 36631 36631 RELEASE-NOTES-1.33
168876 36631 36631 includes/DefaultSettings.php
168877 36631 36631 includes/password/PasswordPolicyChecks.php
168878 36631 36631 includes/user/User.php
168879 36631 36631 tests/phpunit/includes/user/UserTest.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.39ms