View Single Post
  #1 (permalink)  
Old 01-30-2007, 04:36 PM
Gary Bennion
 
Posts: n/a
Default MySQL dialect question:

Count entries per month?


I have a table with a date_created column in it. I want to count the number of entries for every month. i.e
Code:
----------|------------
jan 2006  | 12
feb 2006  | 23
Hope you can help.
Reply With Quote

ANSWER(S):