我们可以换一种解决方法,也就是使用inner join,上面的sql语句在mysql中可以改写成下面方式: update t1 inner join (select yy from t2) t3 set ...
確定! 回上一頁