home / train

file

7 rows where patch_id = 59641

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273993 59641 59641 includes/Rest/Handler/MediaFileHandler.php
273994 59641 59641 includes/Rest/Handler/MediaLinksHandler.php
273995 59641 59641 includes/api/ApiQueryImageInfo.php
273996 59641 59641 includes/filerepo/FileRepo.php
273997 59641 59641 includes/filerepo/LocalRepo.php
273998 59641 59641 includes/filerepo/RepoGroup.php
273999 59641 59641 includes/parser/Hook/BeforeParserFetchFileAndTitleHook.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 31.148ms