select aa.* from (select rownum num, kk.* from ( "+tableSql+" ) kk where rownum <= 15) aa where num >= 1);
分页查询
最新推荐文章于 2024-11-22 10:11:53 发布
select aa.* from (select rownum num, kk.* from ( "+tableSql+" ) kk where rownum <= 15) aa where num >= 1);