Mega Code Archive

 
Categories / Oracle PLSQL / Char Functions
 

Simple demo for LOWER() function

SQL> SQL> SELECT LOWER('Hello There') AS UPPER FROM Dual; UPPER ----------- hello there