home / train

file

8 rows where patch_id = 27

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268 27 27 includes/Title.php
269 27 27 includes/page/PageRecord.php
270 27 27 includes/page/PageStore.php
271 27 27 includes/page/PageStoreRecord.php
272 27 27 includes/page/WikiPage.php
273 27 27 tests/phpunit/includes/page/PageStoreTest.php
274 27 27 tests/phpunit/includes/page/WikiPageDbTest.php
275 27 27 tests/phpunit/unit/includes/page/PageStoreRecordTest.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 27.929ms