In this PostgreSQL post explains how to use the PostgreSQL upper function with syntax and examples.
The PostgreSQL upper function converts all characters in the specified string to uppercase.
The syntax for the upper function in PostgreSQL is:
The string to convert to uppercase.
The upper function can be used in the following versions of PostgreSQL:
Let's look at some PostgreSQL upper function examples and explore how to use the upper function in PostgreSQL.
For example: