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
ishu
oracle procedure example
Srinivas
test out
Srinivas
Srinivas
testElham
[Manutenção] Prova Supero - Oracle
oracle plan
PL/SQL declaracionVariables