Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Multiple Inserts


Message #1 by "Mark Irvine" <mark@m...> on Tue, 3 Dec 2002 17:47:56
Insert into (table)
Select (data)

Make sure you're selecting in the same order your table's data is laid out.

Colin MacKenzie


-----Original Message-----
From: Mark Irvine [mailto:mark@m...]
Sent: Tuesday, December 03, 2002 10:48 AM
To: sql language
Subject: [sql_language] Multiple Inserts

Hi,

I was wondering if someone could give me some assistance on how to insert
mutliple records into a database in one go.

Many thanks,

Mark

  Return to Index