home / train

file

9 rows where patch_id = 78912

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364692 78912 78912 includes/htmlform/HTMLForm.php
364693 78912 78912 includes/htmlform/fields/HTMLFormFieldCloner.php
364694 78912 78912 includes/media/MediaHandler.php
364695 78912 78912 includes/parser/BlockLevelPass.php
364696 78912 78912 includes/preferences/DefaultPreferencesFactory.php
364697 78912 78912 includes/resourceloader/ResourceLoader.php
364698 78912 78912 includes/specials/formfields/Licenses.php
364699 78912 78912 includes/xml/Xml.php
364700 78912 78912 maintenance/storage/recompressTracked.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 20.392ms