mysql / mydbr question:
I am retrieving a date field from a mysql table and displaying it in a mydbr report using
DATE_FORMAT(`loan`.`sale_date`, '%m/%d/%Y') AS 'Sale Date',
I am discussing the sorting that should take place when you click on the "Sale Date" column header. It is supposed to sort the column.
It usually works but sometimes it doesn't.
And it seems that on one server it always works but on a different server there seems to be a problem.
Any ideas?