Solar_Sql_Select::orHaving()

public Solar_Sql_Select Solar_Sql_Select::orHaving ( string $cond , string $val = '--5a333dc50d9341d8e73e56e2ba591b87' )

Adds a HAVING condition to the query by OR.

Parameters

  • (string) $cond: The HAVING condition.

  • (string) $val: A value to quote into the condition.

Returns

  • (Solar_Sql_Select)

Description

Adds a HAVING condition to the query by OR.

Otherwise identical to orHaving().

See Also



Local