On my database I have had an issue with how I have escaped single quotes, resulting in them being doubled up every time a record is saved. I have fixed this now, but I need to clean up the mess it has created.
So I was wondering what's the most straight forward to replace all instances of more than on apostrophe with a single one. So for example replace ''''''' with '
There are many instances of varying numbers of them in the table.