Browse by Tags

All Tags » squeeze » sql server (RSS)
Sorry, but there are no more tags available to filter with.

Squeeze Function

The Squeeze function is used to remove the multiple occurences of spaces into one occurence. In SQL Server there is no function to do the same. I needed to write this in my application to remove unwanted spaces in the string. Run the following and see...
Posted by Madhivanan | 15 comment(s)
Filed under: ,