September 2000
Intermediate to advanced
418 pages
11h 5m
English
| TO_MULTI_BYTE |
TO_MULTI_BYTE(char) |
Converts single-byte characters to their multibyte equivalents. If a single-byte character does not have a multibyte equivalent, it is left unchanged. This function is designed for use with strings based on a multibyte character set.
SQL> SELECT TO_MULTI_BYTE('Be Nice') FROM dual;
TO_MULT
--------
Be Nice
Read now
Unlock full access