阅读背景:

更新语句中不存在需要更多时间

来源:互联网 

In MySQL,

在MySQL中,

update table1 t1 
   set column1 = 100,
       column2 = 200
 where column3 > 500 
   and not exists(select * 
                    from table2 
                   where column1 = t1.column1);
update table1 t1 
   set



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: