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');
Snowflake
SELECT UPPER('sample in lowercase');
Last updated
Was this helpful?