Need help finding months with entries

2004-03-22 Thread Daniel
I have a MySQL table with a Date column in format \-MM-DD\ and I\'m trying to figure out a query that would return a list of months that have an entry in the above table. With output like: Mar-01, Feb-01, Apr-01 etc... I\'m still pretty new to MySQL and the date functions are still a bit

Re: Need help finding months with entries

2004-03-22 Thread Rhino
help finding months with entries I have a MySQL table with a Date column in format \-MM-DD\ and I\'m trying to figure out a query that would return a list of months that have an entry in the above table. With output like: Mar-01, Feb-01, Apr-01 etc... I\'m still pretty new to MySQL