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
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 ignoreMePINOT
Was this helpful?