TimesTen Error Messages

TT-02811

Not a group by expression


Cause

You attempted to use an expression that is not in the GROUP BY list.


Action

Check your query making sure columns in the expression are included in the GROUP BY list. Then, retry the query. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not execute the query.