How to move data between tables in a database?

2004-01-12 Thread Syed Ali
Hello, I would like to move data between tables in mysql within the same database, I am not sure what the best way to go about it is. I do not need to move all the data in the tables, just the output of some select statements. I am using Perl DBI and MySql 4.0.15-standard on RedHat 8.0. I guess

Re: How to move data between tables in a database?

2004-01-12 Thread jeffrey_n_Dyke
: How to move data between tables in a database? 01/12/2004 12:54 PM

Re: How to move data between tables in a database?

2004-01-12 Thread harm
On Mon, Jan 12, 2004 at 12:54:55PM -0500, Syed Ali wrote: Hello, I would like to move data between tables in mysql within the same database, I am not sure what the best way to go about it is. I do not need to move all the data in the tables, just the output of some select statements.