Returns the ASCII code value of the leftmost character of a character expression.
ASCII ( character_expression )
character_expression
Is an expression of the type char or varchar.
int
SELECT ASCII('123');
Functions