lower
function
Applies to: Databricks SQL
Databricks Runtime
Returns expr
with all characters changed to lowercase according to the collation of expr
.
lower(expr)
expr
: ASTRING
expression.
A STRING
.
> SELECT lower('LowerCase');
lowercase