home / train

file

5 rows where patch_id = 60178

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
276101 60178 60178 docs/settings.txt
276102 60178 60178 extension.json
276103 60178 60178 includes/Searcher.php
276104 60178 60178 includes/Util.php
276105 60178 60178 tests/phpunit/unit/UtilTest.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 23.31ms