阅读背景:

mysql update不能直接使用select的结果

来源:互联网 

mysql update不能直接使用select的结果在sql server中,我们可是使用以下update语句对表进行更新:update a set a.xx= (select yy from b) ;但是在mysql中,不能直接使用set select的结果,必须使用inner join:update a inner join (select yy from b) c set a.xx = c.yy mysql update不能直接使用select的结果在sql server中,我们可是使用以




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

分享到: