home / train

file

14 rows where patch_id = 79132

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
365931 79132 79132 maintenance/benchmarks/benchmarkParse.php
365932 79132 79132 maintenance/deleteOrphanedRevisions.php
365933 79132 79132 maintenance/deleteSelfExternals.php
365934 79132 79132 maintenance/edit.php
365935 79132 79132 maintenance/fileOpPerfTest.php
365936 79132 79132 maintenance/fixTimestamps.php
365937 79132 79132 maintenance/jsparse.php
365938 79132 79132 maintenance/mysql.php
365939 79132 79132 maintenance/pageExists.php
365940 79132 79132 maintenance/rebuildLocalisationCache.php
365941 79132 79132 maintenance/runJobs.php
365942 79132 79132 maintenance/sql.php
365943 79132 79132 maintenance/storage/storageTypeStats.php
365944 79132 79132 maintenance/updateSpecialPages.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.091ms