Home > database >  Across the table to update the value of the read the bug immediately
Across the table to update the value of the read the bug immediately

Time:10-03

Across the table, please update the value can not be read immediately?
Run for the first time, sheet1. NAME=content. NAME operation. The second will be sheet1 bm=sheet1. NAME
In theory should be done once!
=========the following code=========
The UPDATE sheet1,
The content
The SET sheet1. NAME=content. NAME,
Sheet1. Bm=sheet1. NAME
WHERE
Sheet1. Id=1

CodePudding user response:

For as long as submitted, you can read right now

CodePudding user response:

No, isn't it? Or is reading under the dirty read transaction isolation level

CodePudding user response:

The UPDATE sheet1, content
SET
Sheet1. NAME=content. NAME,
Sheet1. Bm=sheet1. NAME
WHERE sheet1. Id=1

The problem of the original poster actually and
Update t set=a, b, c=b, d=c where id=1 a property, pay attention to the SQL statement execution logic and program code execution logic, such as the differences of logic of c code,

CodePudding user response:


Junction post rate: 0%

When you the solutions of the problems please post.
http://topic.csdn.net/u/20090501/15/7548d251-aec2-4975-a9bf-ca09a5551ba5.html
http://topic.csdn.net/u/20100428/09/BC9E0908-F250-42A6-8765-B50A82FE186A.html
http://topic.csdn.net/u/20100626/09/f35a4763-4b59-49c3-8061-d48fdbc29561.html

8, how to give points and knot stick?
http://bbs.csdn.net/help#post_dispose

  • Related