MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

如何使用example进行group by分组查询呀

Open vinplezhang opened this issue 7 years ago • 1 comments

是不是写在condition里?

vinplezhang avatar Sep 09 '17 02:09 vinplezhang

不是,不支持 group by。 如果你没有用聚合函数,直接用distinct。 如果你用聚合函数了,肯定只能手写。

abel533 avatar Sep 09 '17 03:09 abel533