How could locking be acquired in case of an update statement

后端 未结 0 1326
梦谈多话
梦谈多话 2021-02-06 00:59

Consider a very simple update statement in database:

update ABC set colA=456, colB=1 where colB=0;

Assume we are using innoDB.

Which of the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题