home / train

file

10 rows where patch_id = 38386

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177293 38386 38386 includes/Html.php
177294 38386 38386 includes/actions/RawAction.php
177295 38386 38386 includes/installer/Installer.php
177296 38386 38386 includes/parser/Parser.php
177297 38386 38386 includes/skins/Skin.php
177298 38386 38386 maintenance/mergeMessageFileList.php
177299 38386 38386 tests/phpunit/includes/jobqueue/JobTest.php
177300 38386 38386 tests/phpunit/includes/libs/rdbms/database/DatabaseSQLTest.php
177301 38386 38386 tests/phpunit/includes/libs/stats/PrefixingStatsdDataFactoryProxyTest.php
177302 38386 38386 tests/phpunit/includes/linker/LinkRendererTest.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 21.85ms