Brian

>How do I append one table's contents to another? Both have
>identical  structure. Problem is I don't have shell access, only
>phpAdmin or a  PHP file I write & upload myself.

How about

 INSERT into tbl1 SELECT * FROM tbl2

PB




--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/128 - Release Date: 10/10/2005


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to