Get started
Load & manage data
Work with data
Administration
Reference & resources
Updated Jun 02, 2023
Send us feedback
upper
Applies to: Databricks SQL Databricks Runtime
Returns expr with all characters changed to uppercase.
expr
upper(expr)
expr: A STRING expression.
A STRING.
This function is a synonym for ucase function.
> SELECT upper('SparkSql'); SPARKSQL
lower function
initcap function
ucase function