Monday, 15 February 2016

FOR REVERSE EXAMPLE:

BEGIN
FOR I IN REVERSE 1..10 LOOP
DBMS_OUTPUT.PUT_LINE(I);
END LOOP;
END;

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.