List:General Discussion« Previous MessageNext Message »
From:Egor Egorov Date:September 27 2004 9:43am
Subject:Re: bulk loading of data
View as plain text  
Try bulk inserts: 

INSERT INTO tables (field,field...) VALUES
	(value,value,...),
	(value,value,...),
	....

See http://dev.mysql.com/doc/mysql/en/INSERT.html





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   Egor.Egorov@stripped
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



Thread
bulk loading of dataDavid Mehringer24 Sep
  • Re: bulk loading of datamos24 Sep
  • Re: bulk loading of dataEldo Skaria26 Sep
  • Re: bulk loading of dataEgor Egorov27 Sep