Posts by mateus silva • 1 point
2 posts
-
0
votes2
answers995
viewsQ: is not a GROUP BY expression
Hello . I am trying to execute a certain Query on Oracle and I am getting the following error : "is not a GROUP BY expression". Below is the list of tables and query: BILL NRO_CONTA|COD_AGENCIA|NOME…
-
0
votes0
answers92
viewsQ: How to run the JOIN command in ORACLE?
Hello. I am having problems with my query at ORACLE, someone would tell me how to solve it ? SELECT C.NRO_CONTA, C.NOME, C.SALDO, SUM(RESULTADO.COTAS) FROM CONTA C JOIN FUNDOS_APLIC AS RESULTADO ON…