Posts by RONNIE VON PEREIRA LOPES • 13 points
2 posts
-
-3
votes1
answer51
viewsQ: Average
Good Afternoon! I need to calculate the average of this calculated column. SELECT RESUMO.CODCOLIGADA, RESUMO.ID_CCUSTO, RESUMO.CODCCUSTO, RESUMO.NOME, RESUMO.DTBAIXA, SUM (RECEITAS) AS RECEITAS,…
-
0
votes1
answer31
viewsQ: Quotation Factor
The SQL below returns me quotation value, I need to find the quotation day factor that boils down like this: SQL SELECT SIMBOLO, CONVERT (VARCHAR(10),DATA,103) as DATA, FATOR FROM GCOTACAO WHERE…