Tagged Questions
1
vote
3answers
3k views
How do I join two tables from two different databases?
Is there any way to use a query and join two tables that is in two different database on the same server for DbVisualizer? I used the following for the SQL server
Select * from table union select * ...