ROWCOUNT
Hi all,
How can I get rowcout of a cursor by using FOR v_curr in CURSOR LOOP ??
It is invalid to say v_curr%count
so is there any way I can do it ?
Thank YOU
How can I get rowcout of a cursor by using FOR v_curr in CURSOR LOOP ??
It is invalid to say v_curr%count
so is there any way I can do it ?
Thank YOU
0