I have a database of items with 2 fields, LogDate and LogTime.
I would like to be able to display these items ordered newest to oldest.
LogDate is a VarChar(11) and the format of the data is always DD-MMM-YYYY (30-AUG-2006)
LogTime is a VarChar(7) and the format is always HH:MMAP (02:47pm)
How can I order my SQL to sort by those 2 fields as if they were real dates?