Jump to content

LEFT JOIN tables from two different databases


DLR

Recommended Posts

Is this possible with mysql 5.1?

 

I want to join a table MENU from database A to table PERMISSIONS from database B (and then if I can get this to work, extend this to further databases C, D etc).

 

I have tried creating a temporary table in database A and trying to LEFT JOIN to the table in database B - but which connection do I use? So far I have not got this to work.

 

If it is possible to join two databases, I would appreciate you pointing me to the manual section (or other reference) where I can solve the problem.

 

Many thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.