home / train

bug_project

3 rows where bug_id = 103

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
593 Parsoid incorrectly "recovered trimmed whitespace" on intermediate text nodes of an edited list item 103 User-Ryasmeen
594 Parsoid incorrectly "recovered trimmed whitespace" on intermediate text nodes of an edited list item 103 Parsoid
595 Parsoid incorrectly "recovered trimmed whitespace" on intermediate text nodes of an edited list item 103 VisualEditor

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.043ms