What are the most common programming languages used by projects listed in Launchpad? (06-2011)

Description

This chart shows the top programming languages used by projects in Launchpad.

Visualization



SQL Script

SELECT lp.programming_language AS Lang, COUNT(name) AS Count
FROM lpd_programming_languages lp
WHERE lp.datasource_id = <current>
GROUP BY Lang
ORDER BY Count DESC;

AttachmentSize
Image icon 06-11-lp-proglang.png21.27 KB
Data Resources: