LOWER

LOWER converts all alphabetic characters in a text expression to lowercase. The data type of the return value is the same as the original text.

Return Value

CHAR | NCHAR | VARCHAR2 | NVARCHAR2

Syntax

LOWER(char)

Arguments

char can be any text expression.

Example

LOWER('STOP SHOUTING') returns the string stop shouting.