ASCII
Computes ascii codepoint of first character.
Category: String Functions
Syntax
ASCII(str)
Arguments
- str
varcharInput string value.
Returns
integer — Returns the computed result as integer.
Computes ascii codepoint of first character.
Category: String Functions
ASCII(str)
varchar
Input string value.integer — Returns the computed result as integer.