sql - There's a way to find out if my row is read committed or read uncommitted? -
i'm using read uncommitted transaction , want know if specific row committed or uncommitted.
you seem need variation of this:
select * t (readuncommitted) except select * t (readcommitted, readpast) this gives rows visible under readuncommitted.
what horrible hack. please find way write application. super brittle , hard understand.
Comments
Post a Comment