Created 10-18-2021 06:06 AM
With hive query, please try
select concat(UPPER(SUBSTRING(fieldname,1,1)),LOWER(SUBSTRING(fieldname,2,LENGTH(fieldname)))) AS fieldname from ...
View solution in original post