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 -> Q: plsql cursor question ?

Q: plsql cursor question ?

From: <tedchyn_at_yahoo.com>
Date: Thu, 20 Jan 2000 23:14:35 GMT
Message-ID: <8684si$s92$1@nnrp1.deja.com>


Sir,

I have a table with following data

c1
--
100
200
300
  accumulate total tot := c1 + tot
  for last record tot:= c1 * 300 + tot

since I do not know my which is my last record. I have to save the number and accumulate total for the previous saved record and continuing fetching until %notfound so I can process the last record saved.

how do I do that in pl/sql code ?

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Jan 20 2000 - 17:14:35 CST

Original text of this message

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