Solar_Sql_Select::group()

public Solar_Sql_Select Solar_Sql_Select::group ( string|array $spec )

Adds grouping to the query.

Parameters

  • (string|array) $spec: The column(s) to group by.

Returns

  • (Solar_Sql_Select)

Description

Adds grouping to the query.



Local