Upper
String Function
Description
Converts the string to all upper case.
Click here to navigate to the PostgreSQL docs page for this syntax.
The function Upper() is supported on snowflake.
Grammar Syntax
UPPER(string TEXT)Sample Source Patterns
PostgreSQL
SELECT UPPER('sample in lowercase');SAMPLE IN LOWERCASESnowflake
SELECT UPPER('sample in lowercase');SAMPLE IN LOWERCASELast updated
Was this helpful?