Quick Search:
 
 The Oracle LOWER function      [Return To Index] Jump to:  

Term: LOWER

Definition:
The Oracle LOWER function is used to convert strings to all lower case letters.

Example Syntax:

SELECT LOWER (Last_Name) as Last_Name FROM users;


If the name 'SMITH' was retrieved from the users table by the above SQL, the value returned would be 'smith'.

Related Links:

Related Code Snippets:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org