如何在MySQL命令中的YouTube ID上使用通配符?

时间:2017-03-07 01:39:20

标签: mysql youtube

今天我发现我的网站(基于WordPress)在YouTube网址上有一些错误,例如“https://www.youtube.com/embed/VIDEO_ID&autoplay=1”。自动播放应该以开头,因此它会返回错误。

我如何使用mysql来纠正它?我知道我可以使用类似的东西:

UPDATE wp_posts SET post_content = 
replace(post_content, '/embed/VIDEO_ID&autoplay', '/embed/VIDEO_ID?autoplay' ) ;

但是如何处理VIDEO_ID?

0 个答案:

没有答案