Oracle PL/SQL/Char Functions/decompose — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 09:58, 26 мая 2010
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>