suren_343 Beginner
Joined: 09 Sep 2005 Posts: 7 Topics: 4
|
Posted: Wed Feb 08, 2006 12:21 am Post subject: How to insert new rows into a table in a single insert query |
|
|
i want to insert three rows into a table(for all the existing columns)
i tried like this
INSERT INTO TABLE.A
VALUES
(A,B,C), (C,D,E);
will it work |
|