home / train

bug_project

4 rows where bug_id = 37

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
182 Add a link: Auto-advance on mobile after user closes rejection reason dialog on the last link  37 Current Sprint
183 Add a link: Auto-advance on mobile after user closes rejection reason dialog on the last link  37 GrowthExperiments
184 Add a link: Auto-advance on mobile after user closes rejection reason dialog on the last link  37 Add-Link
185 Add a link: Auto-advance on mobile after user closes rejection reason dialog on the last link  37 Growth-Structured-Tasks

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