Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This patch adds between predicate. It has the grammar as follows:
between_predicate : predicand=row_value_predicand between_predicate_part_2 ; between_predicate_part_2 : (NOT)? BETWEEN (ASYMMETRIC | SYMMETRIC)? begin=row_value_predicand AND end=row_value_predicand ;