home / train

file

6 rows where patch_id = 36651

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
168930 36651 36651 CirrusSearch.php
168931 36651 36651 docs/settings.txt
168932 36651 36651 includes/Parser/FullTextKeywordRegistry.php
168933 36651 36651 includes/Query/FileTypeFeature.php
168934 36651 36651 tests/phpunit/Query/FileFeatureTest.php
168935 36651 36651 tests/phpunit/Query/KeywordFeatureAssertions.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 15.03ms