home / train

file

9 rows where patch_id = 2952

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
14986 2952 2952 includes/content/ContentHandler.php
14987 2952 2952 includes/libs/Cookie.php
14988 2952 2952 includes/libs/GenericArrayObject.php
14989 2952 2952 includes/libs/filebackend/FSFileBackend.php
14990 2952 2952 includes/libs/objectcache/MemcachedPhpBagOStuff.php
14991 2952 2952 includes/widget/DateInputWidget.php
14992 2952 2952 tests/phpunit/includes/PagePropsTest.php
14993 2952 2952 tests/phpunit/includes/user/UserGroupManagerTest.php
14994 2952 2952 tests/phpunit/unit/includes/skins/SkinFactoryTest.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.552ms