Progress
SQL-92
Guide and Reference


ASCII Function

Returns the ASCII value of the first character of the given character expression.

SYNTAX

ASCII ( char_expression ) 

EXAMPLE

The following example shows how to use the ASCII function:

SELECT ASCII ( zip ) 
     FROM customer ; 

NOTES

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095