В Table: wp_posts SQL изглежда не приема командата за реплейсване, заради специалните символи, за текста няма проблеми.
update wp_posts set post_content = replace(post_content,'Text to find','text to replace with');
В случая не ми реплейсва:
update wp_posts set post_content = replace(post_content,'[ “”]','');
Тоест да ги разкара, без да реплейсва с нищо.
Show query box
0 rows affected. (Query took 0.0302 seconds.)
update wp_posts set post_content = replace(post_content,'[ “”]','')
update wp_posts set post_content = replace(post_content,'Text to find','text to replace with');
В случая не ми реплейсва:
update wp_posts set post_content = replace(post_content,'[ “”]','');
Тоест да ги разкара, без да реплейсва с нищо.
Show query box
update wp_posts set post_content = replace(post_content,'[ “”]','')