I have fields that have a bunch of characters I want to replace. How would I do that with an SQL statement. I could do this PERL but I wanted to hold off to see if I could do it directly in SQL first.
The Characters are:
CHR(12) with space
^ with '
CHR(145) with '
CHR(146) with '
etc.....