home / train

file

5 rows where patch_id = 82348

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381277 82348 82348 RELEASE-NOTES-1.38
381278 82348 82348 includes/libs/rdbms/database/DBConnRef.php
381279 82348 82348 includes/libs/rdbms/database/Database.php
381280 82348 82348 includes/libs/rdbms/database/IDatabase.php
381281 82348 82348 tests/phpunit/unit/includes/libs/rdbms/database/DatabaseTest.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 22.542ms