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.
READ COMMITTED is one of the transaction isolation levels. Each consistent read, even within the same transaction, sets and reads its own fresh snapshot.
See Isolation Levels for details.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

