Mega Code Archive
Categories
/
MSSQL Tutorial
/
String Functions
Taking the Leftmost or Rightmost Part of a String
5> 6> SELECT LEFT('www.rntsoft.com. rntsoft rntsoft', 10) 7> GO -------------------- www.rntsoft (1 rows affected)