Be seen. Boost your question’s priority for more expert views and faster solutions
savepoint a;
if x > 1 then
savepoint b;
if Y > 1 then
if Z > 1 then
rollback to a;
end if;
commit b;
end if;
end if;
commit a;
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Join the community of 500,000 technology professionals and ask your questions.