select * from (select t.*, rownum rn from (select * from app_jf) t where rownum < 10) where rn >= 5
本文共 170 字,大约阅读时间需要 1 分钟。
select * from (select t.*, rownum rn from (select * from app_jf) t where rownum < 10) where rn >= 5
转载于:https://my.oschina.net/Cheney521/blog/363550