Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Dec 20, 2024
Send us feedback
lower
Applies to: Databricks SQL Databricks Runtime
Returns expr with all characters changed to lowercase according to the collation of expr.
expr
lower(expr)
expr: A STRING expression.
STRING
A STRING.
> SELECT lower('LowerCase'); lowercase
lcase function
initcap function
ucase function
upper function