ASCII

The SQL function ASCII converts a character in the numeric ascii value. If the string is larger as one character then the ascii value of the first characters is return.

SQL Syntax:
 
   ASCII( string )
Parameters:
 
  string

Any string expression.

Escape Syntax:
 
  {fn ASCII( string )}
Return Type:
 
  INT
     

Examples:

see also:
SQL String Functions
CHAR


100% pure Java DBMS
Mirror Site