select CONCAT(UPPER(LEFT(HeadType,1)), LOWER(SUBSTRING(HeadType,2,LENGTH(HeadType)))) HeadType from headtype;
0 Comments