home / train

file

7 rows where patch_id = 60662

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
278061 60662 60662 lib/includes/Store/SourceAndTypeDispatchingRedirectChecker.php
278062 60662 60662 lib/includes/Store/TypeDispatchingRedirectChecker.php
278063 60662 60662 lib/tests/phpunit/Store/SourceAndTypeDispatchingRedirectCheckerTest.php
278064 60662 60662 lib/tests/phpunit/Store/TypeDispatchingRedirectCheckerTest.php
278065 60662 60662 repo/WikibaseRepo.ServiceWiring.php
278066 60662 60662 repo/WikibaseRepo.entitytypes.php
278067 60662 60662 repo/tests/phpunit/unit/ServiceWiring/EntityRedirectCheckerTest.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 18.031ms