G
Guest
My SQL is kind of rusty so I need help running a Query on 4 tables that
contain the same information... In the following columns..
SKU Jan Feb Mar April blah blah blah....
What I need is a Query that will take the SKU from table A and the Sales
data for each month and summarize it across the 4 tables for each SKU.. With
the final output only containing the SKU and the total for each month.
However the tables do not contain all the SKUs that the other tables have.
Table A has 137 rows but table B has only 89 rows and so forth, but the SKUs
are the same when they are present.
Can anyone help me?
contain the same information... In the following columns..
SKU Jan Feb Mar April blah blah blah....
What I need is a Query that will take the SKU from table A and the Sales
data for each month and summarize it across the 4 tables for each SKU.. With
the final output only containing the SKU and the total for each month.
However the tables do not contain all the SKUs that the other tables have.
Table A has 137 rows but table B has only 89 rows and so forth, but the SKUs
are the same when they are present.
Can anyone help me?