|
|
Re: Reg:To comeout from the inner blocks [message #258551 is a reply to message #258532] |
Mon, 13 August 2007 01:08 |
flyboy
Messages: 1903 Registered: November 2006
|
Senior Member |
|
|
Hi,
could you be more cryptic?
- which "blocks" are you talking about (LOOP or BEGIN-END)?
- what do you mean by "exiting" the program?
- EXIT breaks only the current LOOP so I do not understand your remark about "inner block"
- why do you not post some (even sample or frame) code to demonstrate your doubt?
However I suppose, the answer to your question can be found in PL/SQL Guide and Reference (found eg. on http://tahiti.oracle.com/)
Chapter 13 PL/SQL Language Elements
EXIT Statement
or maybe RETURN Statement
|
|
|