home / train

file

17 rows where patch_id = 2061

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
9391 2061 2061 includes/GlobalFunctions.php
9392 2061 2061 includes/SiteConfiguration.php
9393 2061 2061 includes/api/ApiQueryRevisionsBase.php
9394 2061 2061 includes/cache/localisation/LocalisationCache.php
9395 2061 2061 includes/exception/MWExceptionHandler.php
9396 2061 2061 includes/jobqueue/JobQueueGroup.php
9397 2061 2061 includes/libs/filebackend/FileBackendStore.php
9398 2061 2061 includes/libs/filebackend/FileOpBatch.php
9399 2061 2061 includes/libs/uuid/GlobalIdGenerator.php
9400 2061 2061 includes/media/BitmapMetadataHandler.php
9401 2061 2061 includes/page/PageArchive.php
9402 2061 2061 includes/page/WikiPage.php
9403 2061 2061 includes/specials/SpecialWatchlist.php
9404 2061 2061 includes/xml/Xml.php
9405 2061 2061 languages/Language.php
9406 2061 2061 maintenance/findBadBlobs.php
9407 2061 2061 maintenance/storage/checkStorage.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 18.065ms