I need to copy data from one table to another table. But the 2 table do not have all the same fields as the 1st table.
For example
1 Table has
id
First name
last name
Address
City
Zip
2 Table has
id
First Name
Last Name
Zip
I need to copy First name , last name and zip from the first table to the second table. How do i do that.