home / train

file

8 rows where patch_id = 59637

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273977 59637 59637 includes/api/ApiAMCreateAccount.php
273978 59637 59637 includes/api/ApiChangeAuthenticationData.php
273979 59637 59637 includes/api/ApiClientLogin.php
273980 59637 59637 includes/api/ApiLinkAccount.php
273981 59637 59637 includes/api/ApiLogin.php
273982 59637 59637 includes/api/ApiMain.php
273983 59637 59637 includes/api/ApiRemoveAuthenticationData.php
273984 59637 59637 tests/phpunit/unit/includes/api/ApiModuleManagerTest.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.001ms