LOWER
LOWER(string)

Converts all characters in a string to lowercase.

Example

SQL> SELECT LOWER('LIFE IS a Wonderful tHINg.') FROM dual;

LOWER('LIFEISAWONDERFULTHI
--------------------------
life is a wonderful thing.

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.