Possible Duplicate:
How to do a regular expression replace in MySQL?
I try to replace strings that start with '?campaign=qwertysomerandomtext"' and replace it with '"'.
I tried using wildcards for this like '?campaign=%_" and replace with '"'. But found out Wildcards dont work with replace.
Is there any other way to deal with that problem? I thought about using something like substring from to. But found nothing that works for me so far.
Hope someone can help me with that Problem.
regards bnz