Is it possible to create queries using different databases?
I created the following query thinking it would be possible but it didn't work. DB 1 is called menagerie, DB 2 is called sampdb.
SELECT menagerie.pet.name, menagerie.pet.birth,
sampdb.president.last_name, sampdb.president.birth
FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.