在sql server中,我们可以使用下面的update语句对表进行更新操作。 update t1 set t1.xx= (select yy from t2) ;. 但是mysql不支持update set 直接 ...
確定! 回上一頁