mysql检索至少选修两门课程的学生学号
封面图
•
2023-07-16
•
MySQL
189
0
0
0
select distinct student_id from student_course group by student_id having count(*) >= 2;
上一篇:
说说 MySQL和 MongoDB的区别
下一篇:
mysql查询下一个月过生日的学生
标题录入,一次不能超过6条
留言
评论