What are the most common bugs in Launchpad projects? (07-2011)
Description: This shows the top 30 bugs tagged in Launchpad projects as of June 2011.
Launchpad Bug Cloud, June 2011
SQL Script
SELECT lp.official_bug_tag AS Bug, COUNT(name) AS Count
FROM lpd_official_bug_tags lp
WHERE lp.datasource_id = <current>
GROUP BY Bug
ORDER BY Count DESC;
Attachment | Size |
---|---|
06-11-LP-TagCloud2.png | 103.04 KB |
Data Resources:
- Log in to post comments