home / train

file

4 rows where patch_id = 38446

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177491 38446 38446 includes/Maintenance/IndexCreator.php
177492 38446 38446 includes/Maintenance/Reindexer.php
177493 38446 38446 includes/Maintenance/Validators/SpecificAliasValidator.php
177494 38446 38446 maintenance/copySearchIndex.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 12.97ms