Tag: REMOVE BLANK CHARACTER

MS SQL Server RTRIM() Function

Sometime you may need to trim trailing blank space character from your desired text in MS SQL Server. There is a function called RTRIM in...

MS SQL Server LTRIM() Function

Sometime you may need to trim leading blank space character from your desired text in MS SQL Server. There is a function called LTRIM in...