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! |
+------------------------+
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today