Example #1
0
 /**
  * Creates a sql MIN function
  * @param array $params The params of the abs function
  * @param alias The alias of the function
  * @distinctParams If true, prepends DISTINCT to the params
  * @return FunctionCall
  */
 function FunctionCount(array $params, $alias = '', $distinctParams = false)
 {
     return parent::CreateFunctionCount($params, $alias, $distinctParams);
 }