home / train

file

13 rows where patch_id = 28404

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
136094 28404 28404 includes/api/ApiMain.php
136095 28404 28404 includes/api/ApiQueryAllImages.php
136096 28404 28404 includes/api/ApiQueryAllLinks.php
136097 28404 28404 includes/api/ApiQueryAllPages.php
136098 28404 28404 includes/api/ApiQueryAllUsers.php
136099 28404 28404 includes/api/i18n/en.json
136100 28404 28404 includes/api/i18n/qqq.json
136101 28404 28404 includes/changes/ChangesList.php
136102 28404 28404 includes/specialpage/ChangesListSpecialPage.php
136103 28404 28404 includes/specials/SpecialAllMessages.php
136104 28404 28404 languages/i18n/en.json
136105 28404 28404 languages/i18n/qqq.json
136106 28404 28404 tests/phpunit/includes/changes/OldChangesListTest.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.954ms