分页中使用,查询表中第2行到第5行的数据 select * from( select id,name,rownum as myrow from tuse where rownum<6) where myrow>1;