Mega Code Archive
Categories
/
MSSQL Tutorial
/
String Functions
Determining the Number of Characters or Bytes in a String by using LEN
3> 4> SELECT LEN(N'www.rntsoft.com. rntsoft') 5> GO ----------- 22 (1 rows affected)