To keep it simple, I have a large SQL table with 3 fields: Date, Account & Value.
I want the sum of values for each account for a defined time period.
This is simple using SUM() & GROUP BY.
However, there may not be any activities for some accounts during the period, in which case I want 0...