UPDATE tablename SET fieldname = replace(fieldname, '*funky apostrophe here*', ''');
update wp_posts set post_content = replace(post_content,'*funky*', '\'');
Comment