首页 > 数据库技术 > 详细

批量update_mysql

时间:2017-03-23 00:05:31      阅读:332      评论:0      收藏:0      [点我收藏+]

update shop_service_category a,storecore.store_product  b
set a.out_product_id=b.out_product_id
where a.shopid = b.store_id and a.service_category_id = b.service_category_id
and a.is_deleted =0 and b.is_deleted=0;




本文出自 “11898338” 博客,谢绝转载!

批量update_mysql

原文:http://11908338.blog.51cto.com/11898338/1909222

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!