home / train

bug_project

8 rows where bug_id = 42

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
213 Add a link: both "Yes" and "No" can be selected 42 Current Sprint
214 Add a link: both "Yes" and "No" can be selected 42 GrowthExperiments
215 Add a link: both "Yes" and "No" can be selected 42 Add-Link
216 Add a link: both "Yes" and "No" can be selected 42 Growth-Structured-Tasks
222 Add a link: both "Yes" and "No" can be selected 42 Current Sprint
223 Add a link: both "Yes" and "No" can be selected 42 GrowthExperiments
224 Add a link: both "Yes" and "No" can be selected 42 Add-Link
225 Add a link: both "Yes" and "No" can be selected 42 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 42.356ms