ASCII returns the decimal representation of the first character of an expression.
NUMBER
ASCII(char)
char can be any text expression.
ASCII('Boston') returns the value 66, which is the ASCII equivalent of the letter B.
Copyright © 2003, 2007, Oracle. All rights reserved.