Hello everyone, It seems as though I am unable to perform an order by with a
DATETIME field when the column is named as an alias.  For example...

SELECT DATE_FORMAT(service_date,'%m-%d-%Y') AS 'Serv. Date' FROM documents
ORDER by 'Serv. Date' DESC LIMIT 0,10;

Can anyone give me an explanation?

Thanks,
    --Dave J.
---------------
 Dave W. Juntgen                                     [EMAIL PROTECTED]
 Medical Informatics Engineering, Inc.       http://www.mieweb.com/
 4101 W. Jefferson Blvd.                           Phone: 219-459-6270
 Fort Wayne, IN  46804                             Fax: 219-459-6271




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to