select * from Person where deptname='it' AND NOT (age=25) works fine on oracle 10g. But it throws parsing error in jsqlparser.
I am not sure if there is anything wrong in query.
Where exactly NOT () is used in any case ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
select * from Person where deptname='it' AND NOT (age=25) works fine on oracle 10g. But it throws parsing error in jsqlparser.
I am not sure if there is anything wrong in query.
Where exactly NOT () is used in any case ?
That's a bug.
I'll look into that.
version 0.6.2 should solve the problem.