| SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it. |
|
|||
|
Guys, I have found the anwer myself, put though i would post it incase its of interest to anyone else:
SELECT MONTH(date_created), YEAR(date_created), COUNT(*) |