This section contains reference documentation for the lower function.
Last updated 1 year ago
Converts string to lower case.
LOWER(col)
select LOWER('Pinot') AS name FROM ignoreMe
pinot