The PL/SQL Continue statement is used within looping structures to skip the rest of the current loop iteration and continue execution at the condition evaluation and then the beginning of the next iteration.
To skip the rest of the current loop iteration and continue execution at the condition evaluation and then the beginning of the next iteration, use the following syntax: