天使半只翼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年6月15日

摘要: select * from ( select *,row_number() over ( order by time desc ) n from history ) hhh where hhh.n > 50000 and hhh.n <... 阅读全文
posted @ 2015-06-15 18:10 天使半只翼 阅读(197) 评论(0) 推荐(1) 编辑