From: Date: August 23 2004 1:08pm Subject: distributed queries List-Archive: http://lists.mysql.com/mysql/171365 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Is there any way to issue a distibute query with mysql, such as SELECT * from mytab JOIN (SELECT * FROM another_server_on_another_machine.MYTAB2) ?