CHAR « String Functions « SQL Server / T-SQL






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))
3.CHAR(65): 65 is A