using 'EXIT' in a pl/sql block
485512May 5 2006 — edited May 5 2006Hi,
Is it that, EXIT can be used only within a loop.
In my code, I do a validation. If the validation fails I have to exit from the code. There are no loops in my code.
How should I do it.
Thanks in advance