Hi,
I have 2 tables
Branches
BranchId, RegionId, City Name, Population, A, B, C, D, E, F, G
CityMarket
CityMarketId, BranchId, Market Name, A, B, C, D, E, F, G
I need to get the totals of A, B, C,... by Branch Id from City Market and input it in the table Branches.
All this is done by a...