We are trying to execute a statement SELECT CURRENT_DATE FROM DUAL on Timesten 11.2.2 . It throws error unknown referenced column error.
Command> select current_date from dual;
2211: Referenced column CURRENT_DATE not found
The command failed.
But the following doc shows the support.
Please help.
TimesTen PL/SQL Support: Reference Summary