Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
CHAR « String Functions « SQL Server / T-SQL
SQL Server / T-SQL
String Functions
CHAR
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