从图像中,我有相同的课程 ID 和多个视频,因为我想将整体观看百分比显示为它们的平均值,我该怎么做,我想要这样的东西:
(SELECT SUM(watched_percentage) FROM tbl_student_learning_path where course_id = 298
AND SELECT COUNT(watched_percentage) FROM tbl_student_learning_path where course_id = 298)
as overallScore