How to compare three columns data from different data bases | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

5th Oct 2021, 10:09 PM
vijay
vijay - avatar
2 Réponses
+ 1
What kind of comparison do you want to do?
5th Oct 2021, 10:16 PM
Simon Sauter
Simon Sauter - avatar
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
16th Oct 2021, 9:39 PM
Aaron Robinson