| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
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 ?
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
![]() |
![]() |