多表关联 update
Posted weiguoyuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了多表关联 update相关的知识,希望对你有一定的参考价值。
UPDATE t_invests INNER JOIN t_user_coupons ON t_invests.user_coupon_id = t_user_coupons.id SET t_invests.virtual_product_id = t_user_coupons.virtual_product_id WHERE t_user_coupons.virtual_product_id > 0;
以上是关于多表关联 update的主要内容,如果未能解决你的问题,请参考以下文章