home / train

file

5 rows where patch_id = 38754

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
178541 38754 38754 includes/TemplateParser.php
178542 38754 38754 includes/WebResponse.php
178543 38754 38754 includes/filerepo/file/File.php
178544 38754 38754 includes/htmlform/fields/HTMLInfoField.php
178545 38754 38754 includes/registration/ExtensionRegistry.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 17.283ms