PL.SQL question

  • From: "Good, John" <John.Good@xxxxxxxxxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Wed, 30 Apr 2008 09:28:28 -0400

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: