home / train

file

13 rows where patch_id = 64384

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
297759 64384 64384 autoload.php
297760 64384 64384 docs/hooks.txt
297761 64384 64384 includes/Linker.php
297762 64384 64384 includes/MediaWikiServices.php
297763 64384 64384 includes/ServiceWiring.php
297764 64384 64384 includes/libs/HtmlArmor.php
297765 64384 64384 includes/linker/LinkRenderer.php
297766 64384 64384 includes/linker/LinkRendererFactory.php
297767 64384 64384 tests/parser/parserTest.inc
297768 64384 64384 tests/phpunit/includes/MediaWikiServicesTest.php
297769 64384 64384 tests/phpunit/includes/libs/HtmlArmorTest.php
297770 64384 64384 tests/phpunit/includes/linker/LinkRendererFactoryTest.php
297771 64384 64384 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 22.255ms