For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?