How to compute the sum of data from multiple rows in another table using the date as the key
I have two tables.
Both have Date as the first column.
I'd like to have numbers look in the second table and compute the sum of a particular column for all rows that match the date in the specified in the first table.