This Oracle tutorial explains how to use the Oracle/PLSQL LOWER function with syntax and examples.
The Oracle/PLSQL LOWER function converts all letters in the specified string to lowercase. If there are characters in the string that are not letters, they are unaffected by this function.
The syntax for the LOWER function in Oracle/PLSQL is:
The string to convert to lowercase.
The LOWER function returns a string value.
The LOWER function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle LOWER function examples and explore how to use the LOWER function in Oracle/PLSQL.
For example: