In SQL Server, how can I lock a single row in a way similar to Oracle's “SELECT FOR UPDATE WAIT”?

前端 未结 4 1054
一个人的身影
一个人的身影 2020-12-03 01:34

I have a program that connects to an Oracle database and performs operations on it. I now want to adapt that program to also support an SQL Server database.

In the O

4条回答
提交回复
热议问题