如何搜索出第N~M条记录?2023-10-23 13:43:28 select * from 表 where Rownum <= M Minus select * from 表 where Rownum <= N;上一篇:如何搜索出前N条记录?下一篇:返回大于等于N的最小整数值?