I want to do this query to bypass concurrency conflicts on Balance column.
Balance
Update SomeTable set Balance = Balance + 500 where Id = someId