ASCII('A'): A is 65 : ASCII « String Functions « SQL Server / T-SQL






ASCII('A'): A is 65


1> 
2>
3> SELECT ASCII('A')
4> GO

-----------
         65

(1 rows affected)

           
       








Related examples in the same category

1.ASCII:return the ASCII numeric value of the leftmost character of a string