home / train

file

8 rows where patch_id = 79205

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
366119 79205 79205 includes/block/DatabaseBlock.php
366120 79205 79205 includes/media/DjVuHandler.php
366121 79205 79205 includes/media/ImageHandler.php
366122 79205 79205 includes/media/MediaHandler.php
366123 79205 79205 includes/parser/ParserOutput.php
366124 79205 79205 includes/specialpage/LoginSignupSpecialPage.php
366125 79205 79205 includes/specials/pagers/ImageListPager.php
366126 79205 79205 tests/parser/parserTests.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 17.454ms