Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Cursor Manipulation
Jack Tong wrote:
>
> Hi all,
>
> Got a question:
>
> How to move cursor to point to next or prev record, in PL/SQL? Or it cannot
> be done at all?
You fetch the next record - thus you can only move "top to bottom" through the cursor rows...You could store them in a pl/sql table table as you go to simulate "fetch previous"
HTH
-- =========================================== Connor McDonald http://www.oracledba.co.uk We are born naked, wet and hungry...then things get worseReceived on Mon Jul 31 2000 - 00:00:00 CDT
![]() |
![]() |