Dear All
saya newbie di oracle. mohon bantuan dari teman2 semua. yang saya tanyakan
adalah tentang fetch n cursor.
dibawah adalah scriplet
open DeliverablesCursor;
fetch DeliverablesCursor into DeliverablesRow;
loop
exit when DeliverablesCursor%notfound;
blablablablablba....
while not DeliverablesCursor%notfound loop
blablablabla....
fetch DeliverablesCursor into DeliverablesRow;
end loop;
end loop;
close DeliverablesCursor;
yang saya tanyakan
1. fetch yang pertama apakah sama dengan fetch yang kedua.?
2. apakah dia membentuk 2 fetch.?
3. apa bedanya loop menggunakan exit when dan loop menggunakan while not?
Terima Kasih... HIDUP ORACLE..!!! MERDEKA!!!!
----- Original Message -----
From: Samuel Dwi Cahya
To: [email protected]
Sent: Wednesday, May 02, 2007 8:30 AM
Subject: [indo-oracle] tanya group by vs distinct
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]