home / train

file

5 rows where patch_id = 839

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4177 839 839 includes/Linker.php
4178 839 839 includes/actions/HistoryAction.php
4179 839 839 includes/actions/pagers/HistoryPager.php
4180 839 839 includes/api/ApiQueryRevisions.php
4181 839 839 includes/page/RollbackPage.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 16.817ms