home / train

file

6 rows where patch_id = 501

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2624 501 501 RELEASE-NOTES-1.37
2625 501 501 includes/ServiceWiring.php
2626 501 501 includes/actions/WatchAction.php
2627 501 501 includes/watchlist/WatchlistManager.php
2628 501 501 tests/phpunit/integration/includes/watchlist/WatchlistManagerTest.php
2629 501 501 tests/phpunit/unit/includes/watchlist/WatchlistManagerTest.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 19.202ms