TO_MULTI_BYTE

TO_MULTI_BYTE(x) converts the single-byte characters in x to the corresponding multi-byte characters.


SQL> select to_multi_byte('this is a test') from dual;

TO_MULTI_BYTE(
--------------
this is a test

SQL>
Home »
Oracle »
Conversion Functions » 

Related: