I am trying to do a replace and am getting a 1064 error.
UPDATE `wp_posts` SET post_content = replace(post_content, ‘<p style="text-align: center">Click here to see more’, ‘<p style="text-align: center">See more’)
I am guessing I need to escape something...