Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Removing blanks from within string

Author  Topic 

jballum
Starting Member

14 Posts

Posted - 2000-11-22 : 12:44:14
I am sorry to ask something that is probably very easy to do but I am wondering what the easiest way is to remove all blanks (for example) from a string.

'abc def ghi' would return 'abcdefghi'

I am having some sort of brain cramp and can't come up with an easy way.

Thanx,

JB

   

- Advertisement -