Skip to main content

UPPER

Returns the string str with all characters changed to uppercase.

Syntax

UPPER(<str>);

Arguments

ArgumentsDescription
<str>The string to be uppercase

Return Type

VARCHAR

Examples

SELECT UPPER('Hello, World!')
+------------------------+
| upper('Hello, World!') |
+------------------------+
| HELLO, WORLD! |
+------------------------+
Try Databend Cloud for FREE
Low-cost, fast analytics, easy data ingestion, and elastic scaling.
Try it today