RE: [PHP-DB] Copy data from one mysql table to another?

2001-03-28 Thread Brian Hardwick
quot;Insert into svt_members(key_svt_members, phone, etc,etc,etc) Select svt_members_temp(key_svt_members, phone, etc,etc,etc)" - brian hardwick -Original Message- From: Bob Stone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 3:54 PM To: [EMAIL PROTECTED] Subject: [PHP-D

Re: [PHP-DB] Copy data from one mysql table to another?

2001-03-28 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Bob Stone) wrote: > I cannot find any documentation on how to copy the > data from one mysql table to another, i.e. table1, > columnx to table2, columnx. See the mysql documentation of the "insert into" syntax for how to use a trailing "select

[PHP-DB] Copy data from one mysql table to another?

2001-03-28 Thread Bob Stone
Dear PHP Helpers, I cannot find any documentation on how to copy the data from one mysql table to another, i.e. table1, columnx to table2, columnx. Can you recommend a way? Here is the situation. I have one table called "phone" with two columns. The first column is called "key_svt_members," th