Hi,
I need sql querry to compare data in different databases.I have one table Emp in one database and same emp table in another
database.I need to check whether both the tables having same data or not.Both Table structure are same.
I know sql for this check two different tables in same database.I need sql for different databases comparison.
i.e, select emp_id from emp1 minus select emp_id from emp2 ---This sql used both the tables are present in same Database.
Please any one can help on this...