home / train

file

9 rows where patch_id = 4524

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
21319 4524 4524 includes/EditPage.php
21320 4524 4524 includes/actions/WatchAction.php
21321 4524 4524 includes/libs/ParamValidator/TypeDef/ExpiryDef.php
21322 4524 4524 includes/watcheditem/WatchedItem.php
21323 4524 4524 includes/watcheditem/WatchedItemStore.php
21324 4524 4524 tests/phpunit/includes/actions/WatchActionTest.php
21325 4524 4524 tests/phpunit/includes/api/ApiWatchTest.php
21326 4524 4524 tests/phpunit/includes/libs/ParamValidator/TypeDef/ExpiryDefTest.php
21327 4524 4524 tests/phpunit/includes/watcheditem/WatchedItemStoreIntegrationTest.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.627ms