Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop Dynamic and EJB query > Develop applications that use EJB query > EJB query language > WHERE clause


Quantified predicates

A quantified predicate compares a value with a set of values produced by a subselect.

Use the syntax:

expression   comparison-operator   SOME  |  ANY  |   ALL    ( subselect )

The expression must not evaluate to a reference type.

When SOME or ANY is specified the result of the predicate is as follows:

When ALL is specified the result of the predicate is as follows:


EJB query language
WHERE clause
Use EJB query

+

Search Tips   |   Advanced Search