unistr('\0300') : UNISTR « Char Functions « Oracle PL / SQL






unistr('\0300')

   

SQL>
SQL>
SQL> select unistr('\0300') from dual;

`

1 row selected.

SQL>

   
    
    
  








Related examples in the same category

1.UNISTR(x): Converts the characters in x to the national language character set (NCHAR)
2.UNISTR() accepts a string argument and returns its representation in a national character set.