SQL Server Transact Basic to Expert - Using String Function ASCII Part 1

This blog shows how to convert numbers to the respective ASCII codes using ASCII function in SQL

Example:

SELECT CHAR(72), CHAR(101),

Expected result would be

H   e
Ebook Download
View all
Learn
View all