ASCII
Description
Returns the number code of a character on the ASCII table (ASCII in Transact-SQL).
Sample Source Pattern
Syntax
Arguments
expression
: VARCVHAR
or CHAR
expression.
Return Type
INT
.
Examples
Last updated