home / train

file

13 rows where patch_id = 87210

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
413130 87210 87210 includes/Maintenance/AnalysisFilter.php
413131 87210 87210 includes/Maintenance/ArchiveMappingConfigBuilder.php
413132 87210 87210 includes/Maintenance/IndexTemplateBuilder.php
413133 87210 87210 includes/Maintenance/MappingConfigBuilder.php
413134 87210 87210 includes/Maintenance/Validators/MappingValidator.php
413135 87210 87210 includes/MetaStore/MetaStoreIndex.php
413136 87210 87210 maintenance/UpdateOneSearchIndexConfig.php
413137 87210 87210 maintenance/UpdateSuggesterIndex.php
413138 87210 87210 profiles/IndexLookupFallbackProfiles.config.php
413139 87210 87210 tests/phpunit/fixtures/indexTemplateBuilder/glent.expected
413140 87210 87210 tests/phpunit/fixtures/mapping/empty-archive.expected
413141 87210 87210 tests/phpunit/fixtures/mapping/empty.expected
413142 87210 87210 tests/phpunit/fixtures/mapping/no_phrase_suggest.expected

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.716ms