Quick Search:
 
 Oracle Database Error: ORA-00979      [Return To Oracle Error Index] Jump to:  
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 
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2025 psoug.org