All,
I need to retrieve the date in some specific format in MYSQL. For eg,
it should return month/year(10/2009).
My MYSQL version is 5.1.
Thanks
Check the documentation for this function in MySQL
DATE_FORMAT(date, format)
DATE_FORMAT(col, '%m/%Y')