home / train

file

8 rows where patch_id = 60383

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
276997 60383 60383 includes/watcheditem/WatchedItemStore.php
276998 60383 60383 tests/phpunit/includes/Storage/NameTableStoreTest.php
276999 60383 60383 tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php
277000 60383 60383 tests/phpunit/includes/db/LoadBalancerTest.php
277001 60383 60383 tests/phpunit/includes/page/ArticleViewTest.php
277002 60383 60383 tests/phpunit/unit/includes/libs/objectcache/WANObjectCacheTest.php
277003 60383 60383 tests/phpunit/unit/includes/libs/rdbms/database/DatabaseTest.php
277004 60383 60383 tests/phpunit/unit/includes/libs/rdbms/resultwrapper/ResultWrapperTest.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.364ms