Icon View Incident Report

Serious Serious
Reported By: Ivan Mihailov
Reported On: 5/31/2002
For: Version 3.10 Build 1
# 1133 SQL and Filter NOT BETWEEN Operator Not Working Properly

According to the DBISAM Online Manual, the BETWEEN extended operator has the following syntax:

value1 NOT BETWEEN value2 AND value3

But the engine doesn't accept the above statement, if you want to use NOT BETWEEN , you have to use:

NOT value1 BETWEEN value2 AND value3


Resolution Resolution
Fixed Problem on 6/1/2002 in version 3.11 build 1
Image