home / train

file

8 rows where patch_id = 26

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
260 26 26 includes/libs/redis/RedisConnectionPool.php
261 26 26 includes/mail/UserMailer.php
262 26 26 includes/resourceloader/ResourceLoader.php
263 26 26 maintenance/checkLess.php
264 26 26 tests/phpunit/includes/api/RandomImageGenerator.php
265 26 26 tests/phpunit/includes/debug/logger/LegacyLoggerTest.php
266 26 26 tests/phpunit/languages/LanguageIntegrationTest.php
267 26 26 tests/phpunit/phpunit.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 14.484ms