Savannah Project Registrations by month, 2000-2014
Savannah is a free software code forge.
The SQL used to generate the data that made this chart is as follows:
SELECT CONCAT( MONTH( registration_date ) , '-', YEAR( registration_date ) ) , COUNT( DISTINCT project_name )
FROM sv_projects
WHERE datasource_id =8082
GROUP BY YEAR( registration_date ) , MONTH( registration_date )
ORDER BY YEAR( registration_date ) , MONTH( registration_date )
Attachment | Size |
---|---|
savannahregistrations2014.png | 15.7 KB |
Data Resources:
Tags:
- Log in to post comments