SELECT CONCAT( UPPER( LEFT( first, 1 ) ), LOWER( RIGHT( first, LENGTH( first ) - 1 ) ) ) AS `first` FROM table



On Jul 13, 2004, at 12:51 PM, Aaron Wolski wrote:

Hey guys,

I have a column in a table called 'first'.

Currently all records are upper case. Is it possible for me to do a
select statement that makes all chars after the first char lower case?

Example:

Current: AARON
After: Aaron


I think this is possible.. just don't know how to execute the functions together to make it happen.

Thanks!

Aaron



--


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



Reply via email to