Oracle PL/SQL/Data Type/TO MULTI BYTE

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

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>