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