home / train

file

5 rows where patch_id = 59863

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
274970 59863 59863 includes/deferred/UserEditCountUpdate.php
274971 59863 59863 includes/user/User.php
274972 59863 59863 includes/user/UserEditTracker.php
274973 59863 59863 tests/phpunit/includes/user/UserEditTrackerTest.php
274974 59863 59863 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 3679.353ms