SELECT st.s_id FROM student st LEFT JOIN score sc ON sc.s_id=st.s_id GROUP BY st.s_id HAVING COUNT(1)>=2