码迷,mamicode.com
首页 > 数据库 > 详细

警惕mysql update的where中使用子查询的陷阱

时间:2016-12-01 13:53:10      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:null   get   .net   _id   tail   mysql   upd   ota   art   

UPDATE customer_entity
LEFT JOIN sales_order ON customer_entity.entity_id=sales_order.customer_id AND (sales_order.subtotal IS NULL OR sales_order.subtotal=0)
SET customer_entity.group_id = 56
WHERE customer_entity.group_id=1

 

感谢 http://blog.csdn.net/defonds/article/details/46745143

警惕mysql update的where中使用子查询的陷阱

标签:null   get   .net   _id   tail   mysql   upd   ota   art   

原文地址:http://www.cnblogs.com/fengliang/p/6121242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!