cursor in cursor
From: Ananth <apolepally_at_att.com>
Date: 1 Jun 2001 09:21:50 -0700
Message-ID: <a04d60e3.0106010821.14844b6d_at_posting.google.com>
END LOOP(1)
CLOSE CURSOR1 END;
Received on Fri Jun 01 2001 - 18:21:50 CEST
Date: 1 Jun 2001 09:21:50 -0700
Message-ID: <a04d60e3.0106010821.14844b6d_at_posting.google.com>
OPEN CURSOR2 LOOP (2) FETCH CURSOR2
--
--
END LOOP(2) CLOSE CURSOR2
END LOOP(1)
CLOSE CURSOR1 END;
Received on Fri Jun 01 2001 - 18:21:50 CEST