Upper

String Function

Description

Converts the string to all upper case.

Click here to navigate to the PostgreSQL docs page for this syntax.

Grammar Syntax

UPPER(string TEXT)

Sample Source Patterns

PostgreSQL

SELECT UPPER('sample in lowercase');

Snowflake

SELECT UPPER('sample in lowercase');

Last updated

Was this helpful?