RE: [PHP-DB] table 1 to table 2

2001-03-27 Thread Michael Rudel
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

RE: [PHP-DB] table 1 to table 2

2001-03-26 Thread Cal Evans
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

[PHP-DB] table 1 to table 2

2001-03-26 Thread Tobe Johnson
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