This function returns the numeric value of character in the ASCII character set.
ascii::=
If the character is not ASCII character, then an exception is thrown.
SELECT ASCII('X');