ORA-00979: not a group by expression
ORA-00979 is a common error which is associated with invalid usage of the group by clause. Here is the oerr output for this error Causes of ORA-00979 not a group by expression This error happens when you are using a mixture of individual columns and group functions in the same select statement while missing the […]
ORA-00979: not a group by expression Read More »