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 ignoreMename
PINOT
Last updated
Was this helpful?

