Actual Behavior
execute the following SQL caused exception below
SELECT DOB + 1 YEARS as NewDOB FROM TABLE
Caused by:
net.sf.jsqlparser.parser.ParseException: Encountered " "AS" "AS "" at line 1, column 36.
Was expecting one of: ....
it is unable to use db2 Date arithmetic
Expected Behavior
Steps to Reproduce the Problem
Specifications
- Version:
- Platform:
- Subsystem:
Actual Behavior
execute the following SQL caused exception below
SELECT DOB + 1 YEARS as NewDOB FROM TABLE
Caused by:
net.sf.jsqlparser.parser.ParseException: Encountered " "AS" "AS "" at line 1, column 36.
Was expecting one of: ....
it is unable to use db2 Date arithmetic
Expected Behavior
Steps to Reproduce the Problem
Specifications