0
How to compare three columns data from different data bases
I have one table name table1 with columns (column 1, column 2, column 3)in Microsoft SQL server and another table in table 2(column 1, column 2, column 3) in Oracle database .how can compare these tables data . tables are having 10lakhs plus data
2 Antworten
+ 1
What kind of comparison do you want to do?
0
You would have to reference it like table1.columnname, table2.columnname etc as long as the tables are in the same db it should work. Happy coding