public interface GroupBySupport<T>
Modifier and Type | Method and Description |
---|---|
T |
groupBy(Column groupBy)
`GROUP BY t1.column`语句
|
T |
groupBy(List<Column> groupBys)
`GROUP BY t1.column1, t2.column2, ...`语句
|
Copyright © 2020 IBIT程序猿. All rights reserved.