home / train

file

9 rows where patch_id = 78894

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364585 78894 78894 includes/api/ApiComparePages.php
364586 78894 78894 includes/api/ApiMain.php
364587 78894 78894 includes/api/ApiParse.php
364588 78894 78894 includes/api/ApiQuery.php
364589 78894 78894 includes/api/ApiQueryAllDeletedRevisions.php
364590 78894 78894 includes/api/ApiQueryAllRevisions.php
364591 78894 78894 includes/api/ApiQueryDeletedRevisions.php
364592 78894 78894 includes/api/ApiQueryRevisions.php
364593 78894 78894 includes/api/ApiQueryRevisionsBase.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 20.922ms