I want to retrieve the columns with only the initial letter upper case.Is there any mysql statement like initcap in ORACLE??
Ameer Rai
I don't know if you can with MySQL, but there's a PHP function which does that : ucfirst().