用子查询
select top 1 * from (select top n * from TableName where 条件 order by 排序项);