Loading lesson path
Concept visual
Start at both ends
Return the character based on the number code 65:
SELECT CHAR(65) AS CodeToCharacter;The CHAR() function returns the character based on the ASCII code.
code )
Required. The ASCII number code to return the character forSQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions