Apache Pinot Docs
latest
Ask or search…
K
Comment on page

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 modified 1yr ago