We are looking for db management software which can copy from one sqlite3 table to another for fields which are common to both tables. For example, if table A has column name and address. Table B has name , address and contact. The db management software can copy column name and address from table A to table B or vise verse.
The db management software we found can only copy when 2 tables have exactly the same structure (field name).