home / train

bug_project

3 rows where bug_id = 399

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
2230 Move file page to new name that exists on commons throws Wikimedia\Rdbms\DBTransactionStateError on zhwiki 399 1.33.0-wmf.12; 2019-01-08
2231 Move file page to new name that exists on commons throws Wikimedia\Rdbms\DBTransactionStateError on zhwiki 399 Wikimedia-production-error
2232 Move file page to new name that exists on commons throws Wikimedia\Rdbms\DBTransactionStateError on zhwiki 399 MediaWiki-Special-pages

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 32.855ms