2

当我使用update修改mysql中的数据时:

update table set col1=A,col2=B,col3=C where col4=D;

如果A和B相同,C不一样,mysql会把这3个col写入磁盘吗?

4

0 回答 0