Get 2 recoeds from PLSQL Cursor
- by Hany
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