I guess we can do database1.table1 join database2.table2 on
etc. I.e. join tables in separate databases on the same server.
Is it possible to join tables across different sql servers?
you can use FEDERATED Storage Engine.
The FEDERATED storage engine lets you access data from a remote
MySQL database without using replication or cluster technology.
Querying a local FEDERATED table automatically pulls the data
from the remote (federated) tables. No data is stored on the local tables.
The site shows a good illustration
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With