i have two tables - all fields are same in two tables.
Table1.salary, Table1.Interest, Table1.Bonus
Table2.salary, Table2.Interest, Table2.Bonus
now i want to add these values and put in a third table.
Table3.salary=Table1.salary+Table2.salary
Table3.Interest=Table1.Interest+Table2.Interest...