【sql语句】查询一个学生在某一年的所有成绩与查询某一个班的高等数学的成绩

1.查询一个学生在某一年的所有成绩 select sc_student_id as 学号,sc_student_name as 姓名, sc_course_name as 课程,sc_score as 分数 from t_score where sc_student_id = 学生学号 and sc_edu_year = 201x-201x;       查询实例1                
相关文章
相关标签/搜索