home / train

file

7 rows where patch_id = 3736

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
17980 3736 3736 includes/AutoLoader.php
17981 3736 3736 includes/HookContainer/HookRunner.php
17982 3736 3736 includes/ServiceWiring.php
17983 3736 3736 includes/resourceloader/Hook/ResourceLoaderRegisterModulesHook.php
17984 3736 3736 includes/resourceloader/HookRunner.php
17985 3736 3736 includes/resourceloader/ResourceLoader.php
17986 3736 3736 includes/resourceloader/ResourceLoaderModule.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 20.259ms