SQL With Ties 用法

select top 1 with ties * from student order by score desc
select top 6 with ties * from student order by score desc

编程技巧