Quick Search:
 
 The Oracle UPPER Function      [Return To Index] Jump to:  

Term: UPPER

Definition:
The Oracle UPPER function is used to convert strings to all upper case (i.e. capitals).

Example Syntax:

SELECT UPPER (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