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]

Reply via email to