Gossamer Forum
Home : General : Databases and SQL :

batch insert

Quote Reply
batch insert
I am planning to added batch insert function

example. extract three entry record from table A

and

batch insert to table B.



is there any batch load solution to have light load to the server
Quote Reply
Re: [courierb] batch insert In reply to
use the "load data infile" syntax for MySQL.

--Philip
Links 2.0 moderator