The problem is simple but I can not understand where I am wrong, I need to check the amount of results of the following sql:
SELECT
f.id,sum(p.valor) as valor_fatura, f.valor_desconto as desconto,
(f.numero || '/' || f.ano_fatura ) as numer...
asked by
16.06.2017 / 21:36