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






CHAR(65): 65 is A


1>
2> SELECT CHAR(65)
3> GO

-
A

(1 rows affected)
1>
           
       








Related examples in the same category

1.CHAR: the reverse of the ASCII function as it changes a numeric value in to an ASCII character
2.CHAR(CAST(0x3A as int))