MSSQL select top 100 * from (select top 200 * from rs_da_grda) as A order by pcode<br>ORACLE<br>select * from (select rownum id,a.* from rs_da_grda a order by pcode) where id between 100 and 200