-1
我如何使用MySQL從下面的代碼中刪除iframe標籤:MySQL的正則表達式爲B
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中,我不知道如何做到這一點。
對不起,我英文不好....
謝謝,作品像一個魅力! – user2258413 2013-04-08 16:47:27