ASCII function (ODBC compatible)
Syntax
ASCII ( char_expression )
Description
The scalar function ASCII returns the ASCII value of the first character of the given character expression.
Example
SELECT ASCII ( zip )
FROM customer ;
Notes
TOCIndex