Sets a condition that the specified subquery returns values.
SelectQueryInterface $select: The subquery that must contain results.
QueryConditionInterface The called object.
... See full list
public function exists(SelectQueryInterface $select);