Categories: String,
Binary
LOWER
Returns the input expression with all the characters converted to lowercase.
Syntax
LOWER(expression varchar) → varchar
- expression: String to convert to lowercase.
Examples
SELECT LOWER('A GUIDE to data Lakehouses')
-- a guide to data lakehouses