Thread
:
What is Bulk Insert in sql?
View Single Post
#
6
(
permalink
)
08-03-2007, 05:16 AM
Murali
D-Web Master
Join Date: Feb 2007
Location: India-Chennai.
Posts: 386
Re: What is Bulk Insert in sql?
May be here are the two ways of inserting bulk data to the tables in MYSQL.
INSERT INTO ... SELECT statement;
INSERT INTO table1(id,name) VALUES (1,'test'),(2,'test2'),(3,'test3');
__________________
-
Murali..
Murali
View Public Profile
Send a private message to Murali
Find all posts by Murali