Wierzę, że szukasz czegoś takiego w Oracle:
select *
from ( select a.*, rownum rnum
from ( YOUR_QUERY_GOES_HERE -- including the order by ) a
where rownum <= MAX_ROWS )
where rnum >= MIN_ROWS
/
Dobra dyskusja Ask Toma to tu