lower
This section contains reference documentation for the lower function.
Converts string to lower case.
Signature
LOWER(col)
Usage Examples
select LOWER('Pinot') AS name
FROM ignoreMename
pinot
Was this helpful?
This section contains reference documentation for the lower function.
Converts string to lower case.
LOWER(col)
select LOWER('Pinot') AS name
FROM ignoreMepinot
Was this helpful?