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

交换数据表两个字段值 | SQL

时间:2017-08-18 21:33:50      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:div   update   upd   logs   pre   交换   font   数据   where   

UPDATE temp_ent_lyew t1,temp_ent_lyew t2 SET t1.latitude=t1.longitude,t2.longitude=t2.latitude
where t1.latitude is not null and t1.longitude is not null and t2.latitude is not null and t2.longitude is not null 
and t1.latitude !=‘‘ and t1.longitude !=‘‘ and t2.latitude !=‘‘ and t2.longitude !=‘‘
and t1.longitude<100 and t2.latitude>100;

 

交换数据表两个字段值 | SQL

标签:div   update   upd   logs   pre   交换   font   数据   where   

原文地址:http://www.cnblogs.com/hezhao/p/7392097.html

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