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