select * from tab where rownum between 5 and 10改為:
select * from tab where rownum <= 10
minus
select * from tab where rownum <= 5