DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: very urgent

  1. #1
    Join Date
    Dec 2000
    Posts
    62

    Unhappy

    Hi,
    if i were to do for loop on instead 1.2.3 to 3.2.1
    can some one hlp me.
    thnx

  2. #2
    Join Date
    Jul 2000
    Posts
    296
    Use REVERSE:

    BEGIN
    FOR i IN REVERSE 1 .. 3
    LOOP
    dbms_output.put_line(i);
    END LOOP;
    END;
    /

  3. #3
    Join Date
    Dec 2000
    Posts
    62
    THANKS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width