In the last episode (May 05), Andrew Braithwaite said:
> I have a table with upper case text.  I want to use a function in my
> select statement the puts this text in title case so "MORE FOO YOU
> WIBBLE" becomes "More Foo You Wibble".

MySQL doesn't provides a function to do that.  If you know C, you can
write a UDF to to it.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

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

Reply via email to