RE: Inserting data to multiple table at once

2001-04-18 Thread Patrick Calkins
trick -Original Message- From: Peter Skipworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:47 AM To: Fates Cc: [EMAIL PROTECTED] Subject: Re: Inserting data to multiple table at once mySQL requires one insert command per table. Stop being lazy, *grin* P On Wed, 18 Apr 2001, Fates

Re: Inserting data to multiple table at once

2001-04-18 Thread Peter Skipworth
mySQL requires one insert command per table. Stop being lazy, *grin* P On Wed, 18 Apr 2001, Fates wrote: >  How do I insert data into multiple tables without having to use multiple > >insert statements? Can I just do Insert into table1 (data) table2 > (data) >table3 (data) or do I h

Inserting data to multiple table at once

2001-04-18 Thread Fates
 How do I insert data into multiple tables without having to use multiple insert statements? Can I just do Insert into table1 (data) table2 (data) table3 (data) or do I have to use seperate INSERT statements for each table? I would like to add all at once from web page form $query = "I