摘要: select * from (select A.*,rownum rd from (select * from [tablename] where [condition] order by [condition] ) A where rownum=[startpage*pagesize];1.sel... 阅读全文
posted @ 2014-05-25 13:19 S&L·chuck 阅读(236) 评论(0) 推荐(0)