PL.SQL question

Hello,

    I have a procedure that does a number of sums in select clauses.  My
question is: if a select sum(....) into v_amt is done and then a second
select sum(...) into v_amt is performed.  Will V_amt contain the sum of
both selects or of just the last select sum statement that was
performed?

     Thanks, John

Other related posts: