home / train

file

8 rows where patch_id = 59893

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
275057 59893 59893 includes/CirrusSearch.php
275058 59893 59893 includes/Parser/FullTextKeywordRegistry.php
275059 59893 59893 includes/Query/ArticleTopicFeature.php
275060 59893 59893 includes/Query/HasRecommendationFeature.php
275061 59893 59893 includes/Wikimedia/WeightedTagsHooks.php
275062 59893 59893 tests/phpunit/unit/CirrusSearchTest.php
275063 59893 59893 tests/phpunit/unit/Query/ArticleTopicFeatureTest.php
275064 59893 59893 tests/phpunit/unit/Query/HasRecommendationFeatureTest.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 24.88ms