home / train

file

7 rows where patch_id = 2124

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
9612 2124 2124 includes/AutoLoader.php
9613 2124 2124 includes/Title.php
9614 2124 2124 includes/content/WikitextContentHandler.php
9615 2124 2124 includes/json/FormatJson.php
9616 2124 2124 includes/page/Article.php
9617 2124 2124 includes/watcheditem/WatchedItem.php
9618 2124 2124 languages/Language.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.199ms