PL/SQL Basic loop - Learn PL/SQL programming in simple and easy steps ... Example: DECLARE x number := 10; BEGIN LOOP dbms_output.put_line(x); x := x ...
www.tutorialspoint.com