LOWER
The LOWER function converts all alphabetic characters in a text expression into lowercase.
Return Value
The data type of text-expression.
See also:
The 
LOWER function in 
Oracle Database SQL Language Reference.
 
Syntax
LOWER(text-expression)
Parameters
- text-expression
- 
The text expression whose characters are to be converted.