https://blog.csdn.net/weixin_38750084/article/details/82780519
sql中的group by一般用于 count() max()等函数时,一起用到,起到选择key主键的作用。
例子转自上文链接:
groupBy
原文:https://www.cnblogs.com/ChevisZhang/p/13163024.html