Hello community, I commented to you the problem that I have, I am generating a report of debts of clients with the following query:
SELECT
COALESCE(sum(F.total),0) AS Compra,
CC.saldo - sum(F.total) AS deuda,
C."razon_social" AS...
asked by
26.09.2017 / 18:22