TimesTen Error Messages

TT-01033

Aggregate function cannot be specified in group by clause


Cause

You specified an aggregate function in a GROUP BY clause. An aggregate function cannot be called within a GROUP BY clause.


Action

Specify a correct GROUP BY clause and retry the operation. For more information about the GROUP BY clause, see GROUP BY clause in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation.