home / train

file

12 rows where patch_id = 450

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2308 450 450 includes/api/ApiQueryAllImages.php
2309 450 450 includes/filerepo/file/ArchivedFile.php
2310 450 450 includes/filerepo/file/LocalFile.php
2311 450 450 includes/filerepo/file/LocalFileDeleteBatch.php
2312 450 450 includes/filerepo/file/LocalFileRestoreBatch.php
2313 450 450 includes/filerepo/file/OldLocalFile.php
2314 450 450 includes/specialpage/SpecialPageFactory.php
2315 450 450 includes/specials/SpecialListFiles.php
2316 450 450 includes/specials/SpecialNewFiles.php
2317 450 450 includes/specials/pagers/ImageListPager.php
2318 450 450 includes/specials/pagers/NewFilesPager.php
2319 450 450 tests/phpunit/includes/specials/ImageListPagerTest.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.375ms