Monday, March 26, 2001 9:53 PM
> To: [EMAIL PROTECTED]; PHP-DB
> Subject: RE: [PHP-DB] table 1 to table 2
>
>
> insert into table2 Select * from table1 where myConditionIsMet;
>
>
> Cal
> http://www.calevans.com
>
>
> -Original Message-
> From: Tobe Joh
insert into table2 Select * from table1 where myConditionIsMet;
Cal
http://www.calevans.com
-Original Message-
From: Tobe Johnson [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 26, 2001 1:41 PM
To: PHP-DB
Subject: [PHP-DB] table 1 to table 2
Using PHP, I need to run a query against
Using PHP, I need to run a query against one MySQL database table (table1)
and transfer the results into another identical MySQL database table
(table2). Am I simply overlooking something simple on how to do this? Can
someone give me input or direction on the best way to do this?
Thanks in a