home / train

bug_project

5 rows where bug_id = 65

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
364 v: prefix not correctly prefixed in Wikibase when using entitysource config and extra prefixes 65 1.36.0-wmf.1; 2020-07-21
365 v: prefix not correctly prefixed in Wikibase when using entitysource config and extra prefixes 65 Current work
366 v: prefix not correctly prefixed in Wikibase when using entitysource config and extra prefixes 65 Sprint 4/6 (Hike 2)
367 v: prefix not correctly prefixed in Wikibase when using entitysource config and extra prefixes 65 Wikidata
368 v: prefix not correctly prefixed in Wikibase when using entitysource config and extra prefixes 65 Wikidata-Query-Service

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