I have 2 database DB1 and DB2.
In DB1 i have a table table1 and inn DB2 i have a table table2.Both the table have same columns.
I want to migrate all the data from table1 to table2.
suggest me the better way to migrate data.
Thanks