Gossamer Forum
Home : General : Databases and SQL :

Multiple Replaces within a field

Quote Reply
Multiple Replaces within a field
Hi everyone.

I am trying to replace '&' with 'and' in a field and it works fine using the REPLACE function. Thanks to you guys!

Now, my next query requires me to replace

'&' with 'and'

'$' and '+' with blanks.

Any help will be greatly appreciated!! Thanks!

C