Hi. Is there a way in PL/SQL to continue the loop without actually proceeding it in current iteration?
Something like
if continue ; in C++.