[ Version ( since = "4.2" ) ]
public void select_group_by (SqlBuilderId expr_id)
Valid only for: SELECT statements
Adds the expr_id
expression to the GROUP BY clause's expressions list
this |
a SqlBuilder object |
expr_id |
the ID of the expression to set use in the GROUP BY clause, or 0 to unset any previous GROUP BY clause |