Oracle PL/SQL/Data Type/TO MULTI BYTE — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 16:45, 26 мая 2010

TO_MULTI_BYTE(x): Converts the single-byte characters in x to their corresponding multi-byte characters

   <source lang="sql">


SQL> SQL> --TO_MULTI_BYTE(x): Converts the single-byte characters in x to their corresponding multi-byte characters. The return type is the same as the type for x. SQL> SQL> select to_multi_byte("www.sqle.ru")from dual; TO_MULTI_BYTE(


www.sqle.ru SQL>

      </source>