MYSQL可以使用如下的用法:
select top 1 * from tbl_score where tbl_score NOT IN ( select top 2 * from tbl_score )