home / train

file

14 rows where patch_id = 79206

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
366127 79206 79206 includes/SiteStatsInit.php
366128 79206 79206 includes/filebackend/lockmanager/MySqlLockManager.php
366129 79206 79206 includes/filerepo/LocalRepo.php
366130 79206 79206 includes/import/ImportableOldRevisionImporter.php
366131 79206 79206 includes/import/WikiRevision.php
366132 79206 79206 includes/installer/PostgresInstaller.php
366133 79206 79206 includes/jobqueue/JobQueueDB.php
366134 79206 79206 includes/specials/SpecialMovepage.php
366135 79206 79206 includes/specials/pagers/BlockListPager.php
366136 79206 79206 includes/user/UserGroupManager.php
366137 79206 79206 maintenance/cleanupImages.php
366138 79206 79206 maintenance/deleteArchivedFiles.php
366139 79206 79206 maintenance/includes/MigrateActors.php
366140 79206 79206 maintenance/storage/trackBlobs.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 21.301ms