Posts by Mario Junior • 11 points
1 post
-
0
votes0
answers153
viewsQ: SQL query duplicating data
I am using the following command to get the daily total sale by way of payment! So as I present below it works perfectly: " SELECT t.DataDocumento, SUM(t.Valor) Total " + " FROM VendaCliente v " + "…