Select As を使用してテーブルから値を選択しようとしているので、その値を find & replace ステートメントで使用できます。これは私がこれまでに持っているものですが、運はありません:
SELECT meta_value from wp_postmeta where meta_key=description and post_id IN (22179,22182) AS "video", update wp_posts set post_content = replace(post_content,"[description]","video")
助言がありますか?
ありがとうございました。