Decrease and increase a column in EF Core

后端 未结 0 1752
梦谈多话
梦谈多话 2021-01-30 16:55

I want to do this query to bypass concurrency conflicts on Balance column.

Update SomeTable
set Balance = Balance + 500
where Id = someId


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