home / train

file

8 rows where patch_id = 59622

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273908 59622 59622 includes/ContentSecurityPolicy.php
273909 59622 59622 includes/EditPage.php
273910 59622 59622 includes/GlobalFunctions.php
273911 59622 59622 includes/Revision/ContributionsSegment.php
273912 59622 59622 includes/Storage/EditResult.php
273913 59622 59622 includes/Storage/EditResultBuilder.php
273914 59622 59622 includes/search/SearchNearMatcher.php
273915 59622 59622 includes/widget/PendingTextInputWidget.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 23.025ms