home / train

file

4 rows where patch_id = 35316

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
164389 35316 35316 includes/CirrusSearch.php
164390 35316 35316 includes/Search/SearchQueryBuilder.php
164391 35316 35316 tests/phpunit/LanguageDetectTest.php
164392 35316 35316 tests/phpunit/Search/SearchQueryTest.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 20.399ms