All pages
Powered by GitBook
1 of 1

Loading...

lower

This section contains reference documentation for the lower function.

Converts string to lower case.

Signature

LOWER(col)

Usage Examples

name
select LOWER('Pinot') AS name
FROM ignoreMe

pinot