home / train

file

7 rows where patch_id = 1259

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6224 1259 1259 RELEASE-NOTES-1.36
6225 1259 1259 includes/DefaultSettings.php
6226 1259 1259 includes/Storage/EditResultBuilder.php
6227 1259 1259 includes/Storage/PageUpdater.php
6228 1259 1259 includes/page/WikiPage.php
6229 1259 1259 tests/phpunit/integration/includes/Storage/EditResultBuilderDbTest.php
6230 1259 1259 tests/phpunit/unit/includes/Storage/EditResultBuilderTest.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 21.422ms