TO_MULTI_BYTE function v15
TO_MULTI_BYTE
returns char with all its single-byte characters converted to their corresponding multibyte characters. Char can be of data type CHAR
, VARCHAR2
, NCHAR
, or NVARCHAR2
. The value returned is in the same data type as char.
Any single-byte characters in char with no multibyte equivalents appear in the output string as single-byte characters. This function applies if your database character set contains single-byte and multibyte characters.
Examples
- On this page
- Examples