EXISTS
expression is a predicate that is true
only if the result of the subquery consists of one or more values and that is false
otherwise. exists_expression ::= [NOT] EXISTS(subquery)
@see ExistsExpression @version 2.4 @since 2.4 @author Pascal Filion
|
|
|
|