You can't specify target table 't_mail_marketing' for update in FROM clause
Posted wanhua.wu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了You can't specify target table 't_mail_marketing' for update in FROM clause相关的知识,希望对你有一定的参考价值。
update t_mail_marketing set `STATUS` = 1 where ID in ( select b.PARENT_ID from (SELECT DISTINCT a.PARENT_ID from t_mail_marketing a where a.`STATUS`=1 and a.PARENT_ID IS NOT NULL and a.PARENT_ID>0)b )
以上是关于You can't specify target table 't_mail_marketing' for update in FROM clause的主要内容,如果未能解决你的问题,请参考以下文章