version 11
predicate
Description
A predicate follows the WHERE clause and is used to apply conditions for searching the data. It can be one of the following types:
comparison_predicate
between_predicate
like_predicate
is_null_predicate
in_predicate
all_or_any_predicate
exists_predicate
See Also
all_or_any_predicate, between_predicate, comparison_predicate, exists_predicate, in_predicate, is_null_predicate, like_predicate, search_condition.