select * from t1 where t1.score=(select max(score) from t1);