摘要:
原sqlselect * from tableA order by col desc分页sql:select * from (select tmp_.* rownum rn_ from (select * from tableA order by col desc)) where rn_>=1 and rn_<11 阅读全文
posted @ 2011-09-01 00:19 凉水代码 阅读(248) 评论(0) 推荐(0)
|
||
|
摘要:
原sqlselect * from tableA order by col desc分页sql:select * from (select tmp_.* rownum rn_ from (select * from tableA order by col desc)) where rn_>=1 and rn_<11 阅读全文
posted @ 2011-09-01 00:19 凉水代码 阅读(248) 评论(0) 推荐(0) |
||