Hi,
I need to insert the records from DB2 table1 to DB1 table1, both the DB tables are same. But from DB1 table1 doesn’t have records, hence I need to insert records into that table1 by fetching the data from DB2 table1. How I can write the Insert Into query from DB1 to achieve this?
Thanks