compose('de' || unistr('\0300') ) : COMPOSE « Char Functions « Oracle PL / SQL






compose('de' || unistr('\0300') )

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

dF

1 row selected.

SQL>

   
    
    
  








Related examples in the same category

1.COMPOSE(x):Converts x to a Unicode string in its fully normalized form in the same character set as x