Returns
the ASCII code value of the leftmost character of the argument as
an integer.

>>-ASCII--(--expression--)-------------------------------------><
- expression
- An expression that returns a value of any built-in character string
data type. In a Unicode database, if a supplied value is a graphic
string data type, it is first converted to a character string before
the function is executed. For a VARCHAR, the maximum length is 4 000
bytes, and for a CLOB, the maximum length is 1 048 576 bytes.
The result of the function is always INTEGER.
The result can be null; if the argument is null, the result
is the null value.