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