Function REPLACE
Alex1Jul 4 2012 — edited Jul 9 2012I need to replace different characters in one column. Actually my formula looks like this: REPLACE(REPLACE(@{var},' ','%20'),'+','%2B') .... If I need to do 10 replaces...my formula grows much... Is there any solution about it?
Thanks!