Hello.


> Can I select from one db and insert into another?



Yes. For example:

  insert into test2.t2 select a from test.t2;

  

We insert values from table t2 of the database test into table t2

of the test2 database. See:

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



> also...Can I join to a remote db?



No.







Vic <[EMAIL PROTECTED]> wrote:

> Can I select from one db and insert into another?

> 

> also...Can I join to a remote db?

> 

> tia,

> .V



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to