MySQL Forums
Forum List  »  MaxDB

Re: Access Multiple Databases in an SQL Query
Posted by: David Andersen
Date: May 30, 2007 08:54AM

I really do not know, but sometimes you can to this by writing the name of the database, then a dot and the name of the table. For example

select c1 from d1.t1;

Try it.

Regards,

David

Options: ReplyQuote


Subject
Written By
Posted
Re: Access Multiple Databases in an SQL Query
May 30, 2007 08:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.