摘要:
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
天使半只翼
阅读(207)
评论(0)
推荐(1)
|
摘要:
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
天使半只翼
阅读(207)
评论(0)
推荐(1)
|