home / train

file

6 rows where patch_id = 50

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
334 50 50 CREDITS
335 50 50 HISTORY
336 50 50 INSTALL
337 50 50 RELEASE-NOTES-1.37
338 50 50 includes/Defines.php
339 50 50 includes/PHPVersionCheck.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 23.335ms