Oracle Error: ORA-00979
Error Description:
Not a GROUP BY expression
Error Cause:
The GROUP BY clause does not contain all the expressions in the SELECT clause. SELECT expressions that are not included in a group function, such as AVG, COUNT, MAX, MIN, SUM, STDDEV, or VARIANCE, must be listed in the GROUP BY clause.
Action:
Include in the GROUP BY clause all SELECT expressions that are not group function arguments.
There haven't been any comments added for this error yet. You may add one if you like.
Add a comment
|
|