Subject RE: [firebird-support] Re: Progress of a Stored Procedure Feedback
Author Alan McDonald
>
> So can I do
> select * from ext_table from row 8000 to 16000?
>
> Regards,
>
> Robert
>

SELECT FIRST 8000 SKIP 8000 FROM ext_table

Alan