只要我们在嵌套子查询视图里面加入:top 100 percent即可
例如:
select * from ( select top 100 percent * from tb order by col desc ) as a order by col desc