select device_id,question_id,result from question_practice_detail where device_id = (select device_id from user_profile where university='浙江大学') order by question_id 我的思路是子查询(结果全在一个表中,但是又要使用另一个表的数据来查)