Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用update修改mysql中的数据时:
update table set col1=A,col2=B,col3=C where col4=D;
如果A和B相同,C不一样,mysql会把这3个col写入磁盘吗?