select_take_group_by


Description:

public void select_take_group_by (SList<SqlExpr> group_by)

Sets the GROUP BY clause of this

group_by's ownership is transferred to this (which means this is then responsible for freeing it when no longer needed).

Parameters:

this

a SqlStatement pointer

group_by

a list of SqlExpr pointer