Posts by Caio Henrique • 1 point
1 post
-
-2
votes1
answer664
viewsA: Query to return recurrence values, which have not yet been created in the database
SELECT SUM(value) FROM despesas WHERE start_date BETWEEN ("01/01/2016") AND ("31/01/2016")