Does "select for update" prevent other connections inserting when the row is not present
原文可能无法访问了,如果运气好的话,你还能看到我们对原文的
存档
摘要
I'm interested in whether a select for update query will lock a non-existent row. e.g. Table FooBar with two columns, foo and bar, foo has a unique index Issue query select bar from FooBar where...
欢迎在评论区写下你对这篇文章的看法。