I have two databases with the same table structure. I need to create a report wich shows the results of two tables.
In example:
DB1.TABLE
ID COD NAME
1 1 XXX
1 2 YYY
DB2.TABLE
ID COD NAME
2 3 XXX
2 4 YYY
REPORT RESULTS
ID COD NAME
1 1 XXX
1 2 YYY
2 3 XXX
2 4 YYY
My question is: is there a way to create this kind of report?
thanks!
In example:
DB1.TABLE
ID COD NAME
1 1 XXX
1 2 YYY
DB2.TABLE
ID COD NAME
2 3 XXX
2 4 YYY
REPORT RESULTS
ID COD NAME
1 1 XXX
1 2 YYY
2 3 XXX
2 4 YYY
My question is: is there a way to create this kind of report?
thanks!