home / train

bug_project

6 rows where bug_id = 66

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
369 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 1.36.0-wmf.2; 2020-07-28
370 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 Kanban
371 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 Patch-For-Review
372 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 JsonConfig
373 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 MediaWiki-extensions-Scribunto
374 Warning: Locally stored wiki page has unsupported content model (from JsonConfig) 66 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 36.513ms