home / train

bug_project

7 rows where bug_id = 40

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
192 Special:RecentChanges in it.wikiversity dies with an internal error 40 MediaWiki-Revision-backend
193 Special:RecentChanges in it.wikiversity dies with an internal error 40 1.37.0-wmf.6; 2021-05-18
194 Special:RecentChanges in it.wikiversity dies with an internal error 40 Patch-For-Review
195 Special:RecentChanges in it.wikiversity dies with an internal error 40 Platform Engineering
196 Special:RecentChanges in it.wikiversity dies with an internal error 40 Growth-Team
197 Special:RecentChanges in it.wikiversity dies with an internal error 40 MediaWiki-Recent-changes
198 Special:RecentChanges in it.wikiversity dies with an internal error 40 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 31.342ms