DECOMPOSE(x) Converts x to a Unicode string after decomposition in the same character set as x : decompose « Char Functions « Oracle PL / SQL






DECOMPOSE(x) Converts x to a Unicode string after decomposition in the same character set as x

SQL>
SQL> --DECOMPOSE(x) Converts x to a Unicode string after decomposition in the same character set as x.
SQL>
SQL> select decompose('Tr bien') from dual;

DECOMPO
-------
Tr bien

SQL>

           
       








Related examples in the same category