Get 2 recoeds from PLSQL Cursor
Posted
by Hany
on Stack Overflow
See other posts from Stack Overflow
or by Hany
Published on 2010-05-14T17:31:22Z
Indexed on
2010/05/14
17:34 UTC
Read the original article
Hit count: 592
plsql
Hi Guys... my Question is short, I create a cursor to get some values from my table I want to get the current record of cursor (the fetched record) and the next record from the cursor without fetching it, cause I want to make a calculation over the current record and the next record. in traditional Programming it's a simple operation you can do it with for index by increasing it by 1. do you have any suggestion :) thx
© Stack Overflow or respective owner