Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> what is the SQL equivalent of 'continue' and 'break' in C ?

what is the SQL equivalent of 'continue' and 'break' in C ?

From: <happyardy_at_gmail.com>
Date: 8 Aug 2006 06:50:30 -0700
Message-ID: <1155045030.708842.232460@i3g2000cwc.googlegroups.com>


what is the SQL equivalent of 'continue' and 'break' in C ?

like can I do this...

for counter in 1..10
  if(something something)
   ( if (something)
     ( if(something)
 then continue;

   //Rest of the for loop

 end loop;

Would it start the next iteration without processing the rest of the loop ?

thanks

Received on Tue Aug 08 2006 - 08:50:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US