initcap
function
Applies to: Databricks SQL Databricks Runtime
Returns expr
with the first letter of each word in uppercase.
Returns
A STRING.
All other letters are in lowercase.
Words are delimited by white space.
Examples
> SELECT initcap('sPark sql');
Spark Sql