LOWER converts all uppercase letters in a string to lowercase.
SELECT LOWER('HELLO World123!') text FROM dual;
Outputs: