portableSql
Ascii Portable SQL Function
Syntax
Ascii as N (Character as C)
Arguments
- CharacterCharacter
A single character.
Returns
- resultNumeric
Returns the ASCII value of a character.
Description
Returns the ASCII value of a character.
Discussion
The Ascii function computes the ASCII value of a character.
Ascii() function executed on the Northwind Access database
SELECT FIRST 1 Ascii('w') AS Expr1 FROM Customers
=119