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

2001-03-28 Thread Rodney J. Woodruff

Which database are you using?

-- Rodney

Bob Stone wrote:

> 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," the second
> is called "phone."
>
> I have a second table called "svt_members." This table
> has 17 columns including "key_svt_members" and
> "phone." The phone column in this table is currently
> empty.
>
> I wish to copy the data that is in phone, phone into
> svt_members.
>
> Can you recommend a method?
>
> Thanks in advance,
>
> Bob Stone
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/?.refer=text
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-03-28 Thread CC Zona

In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Bob Stone) wrote:

> 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.

Please don't post the same question to multiple PHP.net lists.  Or at least 
wait until a day or two without response from one list before re-posting to 
another of the PHP.net lists.

(For the answer to your original question, see my response to the PHP-DB 
list.  Where the question, which is really all-MySQL and no-PHP, comes 
closest to being on-topic.)

Thank you.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] 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," the second
is called "phone."

I have a second table called "svt_members." This table
has 17 columns including "key_svt_members" and
"phone." The phone column in this table is currently
empty.

I wish to copy the data that is in phone, phone into
svt_members.

Can you recommend a method?

Thanks in advance,

Bob Stone

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]