TimesTen Error Messages

TT-03026

ORDER BY is not allowed with analytic aggregation with distinct


Cause

You attempted to specify both the DISTINCT qualifier and the ORDER BY clause for your analytic aggregate function.


Action

Specify your function omitting either the DISTINCT qualifier or the ORDER BY clause.


Additional Information

TimesTen cannot perform the SQL operation.