Re: Two databases with one table
Posted by: Tobin Cataldo
Date: August 15, 2012 07:29AM

You can use DML/DDL statements for a table in another database, same instance, using the syntax


`db_name`.`tbl_name`.`col_name`


http://dev.mysql.com/doc/refman/5.5/en/identifier-qualifiers.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Two databases with one table
August 15, 2012 07:29AM
September 04, 2012 08:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.