例表(user_test_result)如下: id uid score 1 user1 80 2 user1 70 3 user2 100 4 user1 80 SQL语句 select t.*from `user_test_result` twhere score=(select max(score)from `……