Hi,
I have two database on same machine. I want to copy from one table to another table in different database as mentioned below.
db1---emp_table
db2---emp_table
Both db1 and db2 are on same machine, emp_table definition is same in both db1 and db2. I want to copy data of emp_table in db1 to same table in db2.
Please let me know how to do it.
Thanks
Surjya