Lets say we have two databases, one named db1, the other one named db2. Both databases have a table called Employees. Is there anyway to join results from both tables even though they have the same name?
Note that the two tables do NOT have conflicting field names. I know this is stupid but we had to make an extension database to the existing one and to keep it simple we'd like to have the same table name in both databases.
Help is greatly appreciated, thanks
Also I know there is a similar question answered here but I didn't find it helpful in this context.