How many projects of each team size are listed in Objectweb? (05-2011)

Description

This chart shows the number of projects of each team size listed in Objectweb.

Visualization

SQL Script

SELECT DISTINCT dev_count, COUNT( DISTINCT proj_unixname ) AS count
FROM ow_projects
WHERE datasource_id = <current>
GROUP BY dev_count
ORDER BY count DESC , dev_count

AttachmentSize
Image icon 05-11-ow-team_size.png13.84 KB
Data Resources: