凉水代码

Code Cold Water

导航

2011年9月1日

摘要: 原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 凉水代码 阅读(237) 评论(0) 推荐(0) 编辑