SQL ASCII Function Use and Examples - mssqltips.com
https://www.mssqltips.com/sqlservertutorial/9347/sql-ascii-function/
We can also create a variable to hold a string and thenget the ASCII value. The ASCII value "T" is 84. If we run the following for the word "Test". The result is still 84, because the ASCII function just uses the firstcharacter in the string.
We can also create a variable to hold a string and thenget the ASCII value. The ASCII value "T" is 84. If we run the following for the word "Test". The result is still 84, because the ASCII function just uses the firstcharacter in the string.
DA: 32 PA: 38 MOZ Rank: 24