I have two table with different column like this:
table1
(
_id,
title,
name,
number,
address
)
table2
(
_id,
phone,
name,
address
)
How can I copy data 'name', 'address' from table1 to table2.
And my question have two situation:
- First: table1, table2 in the same database file
- Second: table1 in data1.db file, table2 in data2.db file