version 11
arithmetic_expression {< |<= |= | >= | > | <> } arithmetic_expression |
arithmetic_expression {< |<= |= | >= | > | <> } (subquery) |
(subquery) {< |<= |= | >= | > | <> } arithmetic_expression
Description
A comparison_predicate uses operators like <, <=, =, >=, > or <> to compare two arithmetic_expression type arguments or to compare an arithmetic_expression with a subquery as part of a search_condition applied to the data.
See Also
arithmetic_expression, predicate, subquery.