日期:2014-05-16 浏览次数:20418 次
int currentRow=page.getCurrentRow()+1; int pageRow=page.getCurrentRow()+page.getPageRow(); sql1="select * from 表"; sql="select * from (select a.*,rownum row_num from "+ "("+sql1+")a)b where b.row_num between "+currentRow+" and "+pageRow;