如何使用 MySQL 从以下代码中删除 iframe 标记:
Hai, lasa-ma in lumea mea
Du-te nu ma astepta, pa-pa, pa-pa, pa-pa
Crede-ma-i mai bine asa
Poate ne intalnim candva, pa-pa, pa-pa, pa-pa</pre>
<pre width="80"></pre>
<iframe src="http://www.youtube.com/embed/GRXJuctr7Hk?feature=player_embedded" frameborder="0" width="640" height="360"></iframe>
我在用:
update wp_posts set post_content = REPLACE (post_content, '<iframe src="http://www.youtube.com/embed/','');
但我想删除所有 iframe 标签。在 php 中使用正则表达式,但在 sql 中我不知道如何做到这一点。
对不起,我的英语不好 ....