数据库
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
with partdata as (select rownum rowno,t.* from table1 t where t.id>200407160000)select * from partdata where rowno between 10 and 20
当然还有别的方法,但我目前测试这种方法的速度最快。以上代码在Oracle 9i中测试通过
相关软件: