September 2000
Intermediate to advanced
418 pages
11h 5m
English
| TO_SINGLE_BYTE |
TO_SINGLE_BYTE(char) |
Converts multibyte characters to their single-byte equivalents. If a multibyte 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_SINGLE_BYTE('Be Nice') FROM dual;
TO_SING
-------
Be Nice
Read now
Unlock full access