home / train

file

11 rows where patch_id = 60109

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
275837 60109 60109 includes/DefaultSettings.php
275838 60109 60109 includes/Linker.php
275839 60109 60109 includes/gallery/TraditionalImageGallery.php
275840 60109 60109 includes/media/MediaTransformOutput.php
275841 60109 60109 includes/parser/Parser.php
275842 60109 60109 includes/resourceloader/ResourceLoaderSkinModule.php
275843 60109 60109 tests/parser/ParserTestRunner.php
275844 60109 60109 tests/parser/mediaParserTests.txt
275845 60109 60109 tests/parser/parserTests.txt
275846 60109 60109 tests/phpunit/ResourceLoaderTestCase.php
275847 60109 60109 tests/phpunit/includes/resourceloader/ResourceLoaderSkinModuleTest.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 19.08ms