Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Atualizado 07/02/2025
Send us feedback
initcap
Applies to: Databricks SQL Databricks Runtime
Returns expr with the first letter of each word in uppercase according to the collation of expr. All other letters are in lowercase. Words are delimited by white space.
expr
initcap(expr)
expr: A STRING expression.
STRING
A STRING.
> SELECT initcap('sPark sql'); Spark Sql
lower function
lcase function
ucase function
upper function