UNISTR(x): Converts the characters in x to the national language character set (NCHAR) : UNISTR « Char Functions « Oracle PL / SQL






UNISTR(x): Converts the characters in x to the national language character set (NCHAR)

 

SQL>
SQL> --UNISTR(x): Converts the characters in x to the national language character set (NCHAR).
SQL>
SQL> SELECT UNISTR('abc\00e5\00f1\00f6') FROM DUAL;

UNISTR
------
abc

SQL>
SQL>
           
         
  








Related examples in the same category

1.UNISTR() accepts a string argument and returns its representation in a national character set.
2.unistr('\0300')