If I have a database with two columns, Date
and a Number
, with multiple Number
entries per Date
.
How can I add a column that shows the total Number
for the Date
listed?
So if I have four entries for 05/09/2017, with values 2, 4, 3, 8, all four entries for that day should also have a column showing 17.