Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
SQLWithOuterAndInnerLoop_UnableToExecute
DECLARE a NUMBER:=0; b NUMBER:=0; upper_limit NUMBER:=2; BEGIN dbms_output.enable(1000); dbms_output.put_line('Program started'); <<outer_loop>> LOOP a:=a+1; b:=1; <<inner_loop>> LOOP EXIT outer_loop WHEN a> upper_limit; dbms_output.Put_line(a); b:=b+1; EXIT inner_loop WHEN b>a; END LOOP; END LOOP; dbms_output.put_line('Program completed'); END;
run
|
edit
|
history
|
help
0
working now
by ankitpandey983@gmail.com, 2 years ago
Please
log in
to post a comment.
Character inception test
myWorkbench
MIX
shailendra
emp
EMP
Oracle Test1
s
check if concatinated string obtained after reversing s1 and s2 both is a palindrome or not
3
working now
by ankitpandey983@gmail.com, 2 years agoPlease log in to post a comment.