TimesTen Error Messages

TT-02823

Expression ('expression') in value list is not supported


Cause

You specified a column reference in an IN value list.


Action

Rewrite the IN value clause with an OR condition. Alternatively, remove the column reference from the SQL statement and retry the operation.For more information, see ANY / IN predicate (value list) in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot execute the SQL statement.