SqlBuilder.selectGroupBy
void selectGroupBy(gda.types.SqlBuilderId exprId)Valid only for: SELECT statements
Adds the expr_id expression to the GROUP BY clause's expressions list
Parameters
exprId | the ID of the expression to set use in the GROUP BY clause, or 0 to unset any previous GROUP BY clause |