home / train

file

6 rows where patch_id = 2328

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
11614 2328 2328 includes/Rest/Handler/AbstractContributionHandler.php
11615 2328 2328 includes/Rest/Handler/ContributionsCountHandler.php
11616 2328 2328 includes/Rest/Handler/UserContributionsHandler.php
11617 2328 2328 includes/Rest/coreDevelopmentRoutes.json
11618 2328 2328 tests/phpunit/unit/includes/Rest/Handler/ContributionsCountHandlerTest.php
11619 2328 2328 tests/phpunit/unit/includes/Rest/Handler/UserContributionsHandlerTest.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 14.969ms