查询学过"张三"老师授课的同学的信息
select s_id,s_name,s_sex from student
where s_id
in(select s_id from score where c_id=02);
如何用MySQL查询"学过张三老师课的同学们的信息"。

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-07-20
  • 2021-09-03
  • 2022-12-23
  • 2021-07-14
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案