Solar_Sql_Model_Params_Fetch::having()

public Solar_Sql_Model_Params_Fetch Solar_Sql_Model_Params_Fetch::having ( string $cond , string $val = '--5a333dc50d9341d8e73e56e2ba591b87' )

Adds a HAVING condition to the fetch, optionally with a value to bind to the condition.

Parameters

  • (string) $cond: The HAVING condition.

  • (string) $val: A value to quote into the condition, replacing question-mark placeholders.

Returns

  • (Solar_Sql_Model_Params_Fetch)

Description

Adds a HAVING condition to the fetch, optionally with a value to bind to the condition.

See Also



Local