oracle

Thursday, 20 April 2017

SQL: Upper case Parameter

Upper():

          This is case manipulation function of character function.
This function changes all characters into UPPER case.

EXAMPLE:

 Select upper('hello world') from dual;

Result:

HELLO WORLD

No comments:

Post a Comment