From: Martijn Tonies Date: January 25 2007 10:56am Subject: Re: Query Two Databases List-Archive: http://lists.mysql.com/mysql/204617 Message-Id: <00b101c7406f$7c8bc230$9902a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > Not sure if this is possible or not. But I've two identical tables in two > different databases. Is it possible to retrieve data from the different > tables in one query ? Yes, by using this notation: select * from mydatabase.mytable Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com My thoughts: http://blog.upscene.com/martijn/ Database development questions? Check the forum! http://www.databasedevelopmentforum.com