BETWEEN Predicate
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
BETWEEN Predicate
The BETWEEN predicate can
be used to determine if a value is within a specified value range
or not. The first expression specifies the lower bound of the range
and the second expression specifies the upper bound of the range.
The predicate evaluates to true if the value is greater than or equal to the lower bound of the range and less than or equal to the upper bound of the range.
Syntax
This
is the syntax for a BETWEEN predicate.
|
Example
|