Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Understanding while loop
Declare a number :=10; Begin while a<=20 loop dbms_output.put_line(a); a := a+1; End loop; End;
run
|
edit
|
history
|
help
0
My_employee
Srinivas
Srinivas
prgms ora
Srinivas
Srinivas
Srinivas
Srinivas
change output of table strings and numbers using ascii value modification
Srinivas