Oracle® OLAP Expression Syntax Reference Release 11.2 Part Number E23381-01 |
|
|
PDF · Mobi · ePub |
ASCIISTR
converts a string in any character set to ASCII in the database character set. Non-ASCII characters are represented as \
xxxx, where xxxx is a UTF-16 code unit.
VARCHAR2
ASCIISTR(char)
char
can be any character string.
ASCIISTR('Skåne')
returns the value Sk\00E5ne
.