查询学过"张三"老师授课的同学的信息 select s_id,s_name,s_sex from student where s_id in(select s_id from score where c_id=02); 相关文章: 2022-12-23 2022-01-06 2022-12-23 2021-07-20 2021-09-03 2022-12-23 2021-07-14 2021-09-07