方法1:sql
select * from (select rownum rn, temp.* from ( +sqlText+ ) temp ) where rn > "+ start +" and rn<=" start +rowCount "