TO_ASCII
Converts the first character of a string to its integer codepoint.
Category: String Functions
Syntax
TO_ASCII(string)Arguments
- string
varcharString input value.
Returns
INTEGER — Returns the computed result as INTEGER.
Converts the first character of a string to its integer codepoint.
Category: String Functions
TO_ASCII(string)varchar
String input value.INTEGER — Returns the computed result as INTEGER.