QuerySpec里面的appendGroupBy方法的使用appendGroupBy(ColumnExpression a_column, int[] a_fromIndicies, boolean a_appendSelect)
Appends the column expression to the GROUP BY clause.Parameters:
Appends the column expression to the GROUP BY clause.Parameters:
a_column
- object to append a_fromIndicies
- array of ordinal index values into the QuerySpec's FromClause that reference TableExpressions used by the ColumnExpression a_appendSelect
- Indicates if the ColumnExpression should be appended to the SELECT clause also.