table1:
name,
address,
phone
table2:
name,
location,
mobile
table1
is a just a schema of blank data. table2
has data.
I would like to insert table2
data into table1
schema.
How can I insert data like name-->name
, address-->location
and phone-->mobile