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

Last updated

Was this helpful?