home / train

file

8 rows where patch_id = 1224

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6107 1224 1224 includes/Linker.php
6108 1224 1224 includes/specials/SpecialWatchlist.php
6109 1224 1224 languages/i18n/en.json
6110 1224 1224 languages/i18n/qqq.json
6111 1224 1224 resources/Resources.php
6112 1224 1224 resources/src/mediawiki.page.watch.ajax.js
6113 1224 1224 resources/src/mediawiki.watchstar.widgets/WatchlistExpiryWidget.js
6114 1224 1224 tests/phpunit/includes/LinkerTest.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 16.339ms