-
1
- #1
I use the query analyzer to execute my queries. I use the drop down menu on the top right of the screen to select the database I am applying the query to.
How can I run the query on a particular database, and yet include fields from tables in another database in my query?
eg.
Select Distinct
TableA.Field1
TableA.Field2
TableB.Field1
etc.
where the query is being executed in the database in which TableA resides and TableB is in another database.
Thanks for any help on this (probably pretty basic) question.