home / train

file

6 rows where patch_id = 509

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2640 509 509 RELEASE-NOTES-1.37
2641 509 509 autoload.php
2642 509 509 includes/actions/CachedAction.php
2643 509 509 includes/cache/CacheHelper.php
2644 509 509 includes/cache/ICacheHelper.php
2645 509 509 includes/specials/SpecialCachedPage.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 14.969ms