|
"BTW: Database questions are best asked in the database forum."
thanks for letting me know, I'm always confused cause of using php with the sql :-x
but regardless...I checked it out, and it was set to text...cause I think I originally was gonna spell out the day with that field, but am now using it as the calendar day of the month.
Before knowing this I decided to have a genius idea of using date(z) to get the day of the year (aug 6th is like..210 or something), and in my query, order by dayYear DESC, year DESC, and that took care of it.
Thanks for the input though...if I hadn't done that, I'm positive your solution would have worked.
|