Browse by Tags

Squeeze function
06 December 07 11:38 AM | Madhivanan | 2 Comments   
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 Read More...