mysql Replace into与Insert update. ... 否则的话,replace into 会直接插入数据,这将导致表中出现重复的数据。 ... mysql> UPDATE table SET c=c+1 WHERE a=1; ...
確定! 回上一頁