home / train

file

6 rows where patch_id = 79190

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
366070 79190 79190 includes/Revision/ContributionsLookup.php
366071 79190 79190 includes/api/ApiFeedContributions.php
366072 79190 79190 includes/api/ApiMain.php
366073 79190 79190 includes/specials/SpecialContributions.php
366074 79190 79190 includes/specials/pagers/ContribsPager.php
366075 79190 79190 tests/phpunit/includes/specials/ContribsPagerTest.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.49ms