upper
This section contains reference documentation for the upper function.
Converts string to upper case.
Signature
UPPER(col)
Usage Examples
select UPPER('pinot') AS name
FROM ignoreMe
name
PINOT
Was this helpful?
This section contains reference documentation for the upper function.
Converts string to upper case.
UPPER(col)
select UPPER('pinot') AS name
FROM ignoreMe
PINOT
Was this helpful?