Oracle® OLAP DML Reference 11g Release 1 (11.1) Part Number B28126-01 |
|
|
View PDF |
The ASCII function returns the decimal representation of the first character of an expression.
Return Value
INTEGER
.
Syntax
ASCII (text-exp)
Arguments
A text expression.
Notes
Returning EBCDIC Values
When your database character set is 7-bit ASCII, then this function returns an ASCII value. When your database character set is EBCDIC Code, then this function returns an EBCDIC value. There is no corresponding EBCDIC character function
Examples