home / train

file

6 rows where patch_id = 58921

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
270943 58921 58921 includes/MergeHistory.php
270944 58921 58921 includes/ServiceWiring.php
270945 58921 58921 includes/api/ApiMergeHistory.php
270946 58921 58921 includes/page/MergeHistoryFactory.php
270947 58921 58921 includes/page/PageCommandFactory.php
270948 58921 58921 includes/specials/pagers/MergeHistoryPager.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 21.172ms