Re: Need help finding months with entries

2004-03-22 Thread Rhino
t; Sent: Monday, March 22, 2004 1:04 PM Subject: Need 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 outp

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