摘要:
想用sql做简单的分页查询,但是用rownum的时候,会出现问题。 select * from ( select t.*,rownum from ( select * from tablename where condition order by columnname) t ) where rown 阅读全文
posted @ 2015-03-24 17:23 云起 阅读(9) 评论(0) 推荐(0)
posted @ 2015-03-24 17:23 云起 阅读(9) 评论(0) 推荐(0)
posted @ 2015-03-24 13:47 云起 阅读(12) 评论(0) 推荐(0)