Index | Home | Forums
Oracle PL/SQL Example 4-11 Using a Reverse FOR..LOOP Statement
Example 4-11 Using a Reverse FOR..LOOP Statement
BEGIN
FOR i IN REVERSE 1..3 LOOP -- assign the values 1,2,3 to i
DBMS_OUTPUT.PUT_LINE (TO_CHAR(i));
END LOOP;
END;
/
This page was generated on/at Feb 23,2008 00:20:12
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here