READ COMMITTED
Set the transaction isolation level to READ COMMITTED. In this mode, each query within a transaction sees only data committed before the query began.
Last updated
Was this helpful?
Set the transaction isolation level to READ COMMITTED. In this mode, each query within a transaction sees only data committed before the query began.
Last updated
Was this helpful?
Was this helpful?