MySQL Forums
Forum List  »  InnoDB

Joining 2 tables from 2 deferent databases
Posted by: Tarek Elshibiny
Date: October 03, 2010 04:51AM

Hi,

I need to join 2 tables each in a separate database (INNER JOIN, LEFT JOIN, RIGHT JOIN,...) I know this is possible in SQL server by referencing each table to a user of its database, like:

Database1.User1.Table1 INNER JOIN Database2.User2.Table2

Can I do a similar thing in MySQL 5.1?

Thanks in advance.

Options: ReplyQuote


Subject
Views
Written By
Posted
Joining 2 tables from 2 deferent databases
1694
October 03, 2010 04:51AM


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.