Why the UPPER and LOWER functions don't have any effect in the following 
statements?

SELECT UPPER(DAYNAME(NOW()));

SELECT LOWER(DAYNAME(NOW()));

While other String related functions such as LENGTH produce the expected result?

If you know, please let me know.

Thank you

Giorgio Frondoni
AVP, Chief of System Development
TransCore
phone: (858) 826-4750
cell: (760) 214-4092


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to