public function SelectQuery::havingNotExists
Archivo
- drupal-7.x/
includes/ database/ select.inc, line 1161
Class
- SelectQuery
- Query builder for SELECT statements.
Código
public function havingNotExists(SelectQueryInterface $select) {
$this->having->notExists($select);
return $this;
}