TimesTen Error Messages

TT-02764

DISTINCT within aggregate function cannot reference expression


Cause

You attempted to invoke an aggregate function specifying the DISTINCT operator within the aggregate function and used the DISTINCT operator to reference an expression.


Action

Invoke the aggregate function and ensure that the DISTINCT operator references a simple column, not an expression. For more information, see Aggregate functions in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not invoke the function.