Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
UPPER
UPPER
Converts the string to upper case.
PostgreSQL 17.5
UPPER
(
string
)
string
The input string.
Examples
PostgreSQL 17.5
SELECT
UPPER
(
'postgresql'
)