RE: [PHP-WIN] insert syntax

2003-11-25 Thread Svensson, B.A.T. (HKG)
insert into [(, ...)] select <[*] | [( [as ], ...)]> from [where ] -Original Message- From: Rinku Shivnani To: [EMAIL PROTECTED] Sent: 2003-11-25 12:57 Subject: [PHP-WIN] insert syntax Dear All, I want to insert data from one table to another one. But I don't remember

[PHP-WIN] insert syntax

2003-11-25 Thread Rinku Shivnani
Dear All, I want to insert data from one table to another one. But I don't remember the syntax properly. Can you pls help me ? Insert into tablename2 as select * from tablename1 Thank you. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php