Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL

Re: PL/SQL

From: Russ Fleming <rfleming_at_jaredgroup.com>
Date: 2000/03/06
Message-ID: <IbVw4.717$Vp.15757@news1.onlynews.com>#1/1

When the cursor is declared, prior_year is sysdate. The cursor will not "re-declare" with prior_year's new value.

Use a cursor with variable and open cursor using the variable with in the loop. Received on Mon Mar 06 2000 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US