I think you need to copy data first then delete the data.
copying data between two databases: 
        insert into databaseA.table select * from databaseB.table where .....
delete data : 
        delete from databaseB.table where .......

Dang Nguyen wrote:
> 
> Hi All,
> 
> What is the best way to move an entire row of data from a table in one
> database to another table in a different database?  The two databases are on
> the same system.
> 
> Thanks in advance,
> Dang H. Nguyen
> 



-- 

 Phieu (phil) Huynh 
 Computer System Officer
 Monash University
 Electrical & Computer Systems Engineering

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to