mysql 学生成绩练习题

studenthtml course正则表达式 teachersql score数据库 1 查询Score表中至少有5名学生选修的并以3开头的课程的平均分数post select cno,avg(degree) from score group by cno having count(*)>=5 and cno regexp "^3" 思路:按课程分组,计算各课程选修人数,用正则表达式找到以3开头
相关文章
相关标签/搜索