home / train

file

8 rows where patch_id = 13341

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
61895 13341 13341 includes/Rest/Handler/PageHistoryHandler.php
61896 13341 13341 includes/api/ApiQueryBase.php
61897 13341 13341 includes/block/AbstractBlock.php
61898 13341 13341 includes/exception/UserBlockedError.php
61899 13341 13341 includes/libs/jsminplus.php
61900 13341 13341 includes/libs/mime/MSCompoundFileReader.php
61901 13341 13341 includes/parser/Parser.php
61902 13341 13341 includes/skins/SkinTemplate.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 15.911ms