Exemple #1
0
 /**
  * @param   array|Closure   $value
  */
 public function notIn($value)
 {
     $this->sql->addHavingInCondition($this->aggregate, $value, $this->separator, true);
 }