Posts by Programmer • 1 point
1 post
-
-1
votes1
answer393
viewsQ: How to limit the result of a query to 2 decimal places?
I have the following appointment: SELECT SUM(ValorBruto) FROM faturas WHERE DataCaptura between'2018-10-01' and '2018-10-30' The result is displayed to 4 decimal places. It would cost to view only…
postgresqlasked Programmer 1