upper
This section contains reference documentation for the upper function.
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?
Was this helpful?

