mysql > replace into auto(id,k)values(4,5); Query OK, ... 原来的那一条id=4的记录进行了update,因为没有指定其他列(v,extra)的值,所以,update的 ...
確定! 回上一頁