Forum Discussion

Tekuii's avatar
Tekuii
Frequent Visitor
3 years ago

Diferent results from query inside Postgres SQL and Power BI

So, I have a VIEW with this query   SELECT aap.qtd_procedimento, COUNT(aap.qtd_procedimento) as soma_raio_x FROM arq_agendal aa INNER JOIN arq_agenda_procedimento aap ON aap.chave ...