TimesTen Error Messages

TT-03040

GROUPING function only supported with GROUP BY


Cause

You attempted to specify a grouping function such as GROUP_ID, GROUPING, or GROUPING_ID that was not within the GROUP BY clause.


Action

Modify your query by specifying the grouping function as part of the GROUP BY clause.


Additional Information

TimesTen cannot perform the SQL operation.