home / train

file

9 rows where patch_id = 30903

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
145531 30903 30903 includes/specials/SpecialComparePages.php
145532 30903 30903 includes/specials/SpecialDeletedContributions.php
145533 30903 30903 includes/specials/SpecialListGroupRights.php
145534 30903 30903 includes/specials/SpecialProtectedpages.php
145535 30903 30903 includes/specials/SpecialProtectedtitles.php
145536 30903 30903 includes/specials/SpecialTags.php
145537 30903 30903 includes/specials/SpecialUncategorizedimages.php
145538 30903 30903 includes/specials/SpecialUncategorizedpages.php
145539 30903 30903 includes/specials/SpecialUndelete.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 17.527ms