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

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -