Solar_Sql_Model_Params_Fetch::group()

public Solar_Sql_Model_Params_Fetch Solar_Sql_Model_Params_Fetch::group ( array $list )

Adds GROUP BY columns to the fetch.

Parameters

  • (array) $list: The columns to add to the GROUP BY clause.

Returns

  • (Solar_Sql_Model_Params_Fetch)

Description

Adds GROUP BY columns to the fetch.

See Also



Local