Oracle PL/SQL Tutorial/Character String Functions/COMPOSE
Версия от 13:45, 26 мая 2010; (обсуждение)
compose("de" || unistr("\0300") )
SQL>
SQL>
SQL> select compose("de" || unistr("\0300") ) from dual;
dF
1 row selected.
SQL>
SQL>
SQL>
SQL> select compose("de" || unistr("\0300") ) from dual;
dF
1 row selected.
SQL>