Will convert aMiT to Amit
aMiT
Amit
UPDATE users SET user_f_name = CONCAT(UCASE(LEFT(user_f_name, 1)), LCASE(SUBSTRING(user_f_name, 2)));