SQL Server Transact Basic to Expert - Using String Function UNICODE to get Integer Values

This blog show how to get the Unicode integer value for the respective Character using the UNICODE function in SQL

Example:

SELECT UNICODE('G'), UNICODE('o')

The expected result would be

71   111

Ebook Download
View all
Learn
View all