oracle rownum分页 出现重复数据

一般通常的分页语句以下:spa select * from ( select row_.*, rownum rownum_ from ( select p.id from table1 p order by p.DATA_UPDATE_TIME desc ) row_ where rownum <= ?) b where b.rownum_ >? table   当红字部分的 DATA_UPDAT
相关文章
相关标签/搜索