Skip to Content
0
Former Member
Nov 28, 2006 at 09:54 PM

Select * into table from row n up to row n

96 Views

Does anyone know how to accomplish a select that would accomplish the following pseudo code:

Select * from <dbtab> into table <itab> from row n up to row n.

I would like to use From - To record number on sel. screen and still use Select Into Table, not looping select.

Your suggestions are greatly appreciated.

Kind Regards,

Jason