home / train

file

6 rows where patch_id = 61647

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
288262 61647 61647 includes/Revision/RevisionFactory.php
288263 61647 61647 includes/Revision/RevisionStore.php
288264 61647 61647 includes/specials/pagers/ContribsPager.php
288265 61647 61647 tests/phpunit/includes/Revision/RevisionStoreTest.php
288266 61647 61647 tests/phpunit/includes/specials/ContribsPagerTest.php
288267 61647 61647 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 16.354ms