I'm running a merge script in between forums and every so often an error will be caused. This reason is a ' is found in a user's email address that screws up the sql executing query and thus causes an error and the script stops.
So do you guys know any sql query I can do that'll detect any ' in the user's email address column which is called email in a user table that I can run so I can go fix them now?