select * from stu_info1 where s_score in (select s_score from stu_info1 group by s_score having count(1)=1)