
05-07-2007, 05:24 AM
|
|
|
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Eikinskjaldi
prepend the table with the database name.
select blah from databae1.table1, database2.table2....
You can join tables from different databases, or just use the different database. MySQL does not care which databases tables live in, and accessing different databases has no effect on system performance.
|
Greetings,
This helps!
Thanks!
|