Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用“循环”方法从数据库文件中计算出平均成绩;我完全不知道如何开始它。有没有人有任何提示或能够帮助我?问候,杰克。
不是在 vb 中循环,而是在 SQL 中计算平均值。
例如,
select StudentID, avg(Grade) as AverageGrade from StudentGrade group by StudentID