失乐园

技术之路

BlogJava 联系 聚合 管理
  19 Posts :: 44 Stories :: 40 Comments :: 0 Trackbacks
select tname,tabtype from (
select tname,tabtype,row_number() over ( order by tname ) rn from tab
)
where rn between 100 and 150;
posted on 2010-10-19 14:45 狄浩 阅读(154) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: