home / train

bug_project

3 rows where bug_id = 88

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
507 SE intro overlay - labels length and text positioning 88 1.36.0-wmf.14; 2020-10-20
508 SE intro overlay - labels length and text positioning 88 Current Sprint
509 SE intro overlay - labels length and text positioning 88 GrowthExperiments

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