I have a code that gives me two columns, Expense and Total, what I can not do is that in the output of the totals it gives me in currency format ($ 1,000.00).
the code is this:
SELECT nome_evento AS Despesa, SUM(saida_caixa) AS total
FROM...
asked by
23.08.2016 / 06:49