home / train

file

7 rows where patch_id = 2948

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
14935 2948 2948 includes/api/ApiOpenSearch.php
14936 2948 2948 includes/api/ApiPageSet.php
14937 2948 2948 includes/api/ApiParse.php
14938 2948 2948 includes/api/ApiQueryDeletedRevisions.php
14939 2948 2948 includes/api/ApiQueryDeletedrevs.php
14940 2948 2948 includes/api/ApiQueryInfo.php
14941 2948 2948 includes/api/ApiQueryLinks.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.088ms