select_group_by
Description:
Valid only for: SELECT statements
Adds the expr_id expression to the GROUP BY clause's expressions list
Parameters:
| 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 |