Aggregate functions (like SUM) often need an added GROUP BY functionality. 集合函数(类似SUM)经常需要用GROUP BY来进行功能性的补充. GROUP BY... GROUP BY... was added to SQL because aggregate functions (like SUM) return the aggregate of all column values every time they ar