Reported By: Ivan Mihailov Reported On: 5/31/2002 For: Version 3.10 Build 1
# 1133SQL 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
ResolutionFixed Problem on 6/1/2002 in version 3.11 build 1