I want to do a weekly sum() using the Sunday Date(YMD):
select sunday_date, sum(cases) as Cases, sum(deaths) Deaths group by sunday_date
TIA, David