I have the following query in mysql:
SELECT title, added_on FROM title
The results looks like this:
Somos Tão J
select count(*), date(timestamp) from title group by MONTHNAME(timestamp)