home / train

bug_project

4 rows where bug_id = 415

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
2327 Help panel: impressions with VE are incorrectly marked as reading editor_interface 415 1.33.0-wmf.21; 2019-03-12
2328 Help panel: impressions with VE are incorrectly marked as reading editor_interface 415 Patch-For-Review
2329 Help panel: impressions with VE are incorrectly marked as reading editor_interface 415 GrowthExperiments
2330 Help panel: impressions with VE are incorrectly marked as reading editor_interface 415 Current Sprint

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