Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Understanding basic loop
Declare a number := 10; b number := 20; Begin Loop dbms_output.put_line(a+b); a := a+10; b := b+10; exit when a>50 and b>60; End loop; End;
run
|
edit
|
history
|
help
0
Sush_emp_work
Srinivas
addition
Srinivas
mr
Srinivas
Srinivas
Practice
Srinivas
regexp example