home / train

file

11 rows where patch_id = 36654

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
168956 36654 36654 autoload.php
168957 36654 36654 includes/Fallbacks/FallbackMethodTrait.php
168958 36654 36654 includes/Fallbacks/LangDetectFallbackMethod.php
168959 36654 36654 includes/Fallbacks/PhraseSuggestFallbackMethod.php
168960 36654 36654 includes/Search/EmptyResultSet.php
168961 36654 36654 includes/Search/ResultSet.php
168962 36654 36654 tests/phpunit/DummyResultSet.php
168963 36654 36654 tests/phpunit/Fallbacks/BaseFallbackMethodTest.php
168964 36654 36654 tests/phpunit/Fallbacks/FallbackRunnerTest.php
168965 36654 36654 tests/phpunit/Fallbacks/LangDetectFallbackMethodTest.php
168966 36654 36654 tests/phpunit/Fallbacks/PhraseSuggestFallbackMethodTest.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 22.347ms