摘要: select top(10) * from T1 where Id >= (select MAX(Id) from (select top(20) * from T1 order by Id) as t) 阅读全文
posted @ 2012-09-07 17:18 +-/\-+ 阅读(989) 评论(0) 推荐(0) 编辑