It's ulgy, and I'm not sure how efficient it is, but this will do the trick:

select concat(left(first,1),substring(lower(first) from 2)) as first;

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