ora-00979
Error [ORA-00979: not a GROUP BY expression] when using sum in simple linq
var dataTotalPotongan = (from x in absentContext.V_DETAIL_PELANGGARANs group x by new { x.T_EMPLOYEE_ID, x.FINANCE_PERIOD_NAME[详细]
2023-03-27 07:47 分类:问答Strange periodic group by problems (ORA-00979)
We are using the following SQL query to produce monthly averages. The statement is heavy used and works pretty well, but it fails with a \'ORA-00979: not a GROUP BY expression\' every month or two and[详细]
2023-03-26 11:42 分类:问答Oracle group by too long time
I have this Query: SELECT B.BILL_BALANCE, B.PRIME_UID, home.IDENT, PRESENT.ACC_LOGIN, PRESENT.ACCOUNT_NAME2,[详细]
2023-03-18 10:04 分类:问答SQL Group By function(column) - Now can't Select that column
I used the HR employee schema in Oracle Express and I wanted to select employees that were hired on a particular year.[详细]
2023-03-08 06:39 分类:问答What is wrong with this PL/SQL Statement?
I am working with PL/SQL (Oracle). I have written queries before, but I\'m not sure what is wrong with this query.The error I am getting is this:[详细]
2023-03-06 14:46 分类:问答Queries on Views cause strange errors in Oracle SQL Developer
I have to write an SQL command which queries a View in a database. I did not create them myself nor do I have access to the tables. Only the views are provided t开发者_运维百科o us by our software man[详细]
2023-03-05 09:43 分类:问答Not a Group By expression Error
I have a SQL like this; SELECT B.MUS_K_ISIM AS CUSTOMER_NAME, B.HESAP_NO AS CUSTOMER_NO, SUM(B.RISK) AS TOTAL_RISK,[详细]
2023-02-22 06:09 分类:问答ORA-00979: not a GROUP BY expression issue [duplicate]
This question already has answers here: ORA-00979 not a group by expression (10 answers) Closed 8 years ago.[详细]
2023-02-10 20:30 分类:问答Oracle ORA-00979 - "not a GROUP BY expression"
Can anybody please help me with this particular query? I\'m having ORA-00979 when trying to run this:[详细]
2023-02-02 08:34 分类:问答ORA-00979: not a GROUP BY expression? [duplicate]
This question already has answers here: Oracle ORA-00979 - "not a GROUP BY expression" (4 answers)[详细]
2023-01-20 12:12 分类:问答