Mega Code Archive

 
Categories / MSSQL Tutorial / String Functions
 

Removing Trailing Blanks

3> 4> SELECT RTRIM('"' + 'www.rntsoft.com rntsoft ') + '"' 5> GO ------------------------ "www.rntsoft.com rntsoft" (1 rows affected) 1>