Mega Code Archive
Categories
/
MSSQL Tutorial
/
String Functions
UNICODE Returns the integer Unicode value of a single leftmost character in a string
4> SELECT UNICODE("rntsoft www.rntsoft.com") 5> GO ----------- 106 (1 rows affected)