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