I have the following query in mysql:
SELECT title, added_on FROM title
The results looks like this:
Somos Tão J
select count(*) as Count, MONTH(timestamp)+"-"+YEAR(timestamp) as Month from title GROUP BY MONTH(tumestamp);