home / train

file

6 rows where patch_id = 38716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
178442 38716 38716 includes/EditPage.php
178443 38716 38716 includes/db/DatabaseOracle.php
178444 38716 38716 includes/filerepo/file/ForeignAPIFile.php
178445 38716 38716 includes/libs/objectcache/BagOStuff.php
178446 38716 38716 includes/media/DjVuImage.php
178447 38716 38716 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 20.629ms