INSERT INTO with multiple (!) VALUES possible ? [message #222442] |
Sun, 04 March 2007 17:06 |
pstein
Messages: 7 Registered: February 2007
|
Junior Member |
|
|
I specified an INSERT SQL Statment similar to
IMSERT
INTO mytable (.........)
Values (........),
Values (........),
Values (........);
To enter multiple data records in ONE INSERT statment.
Unfortuantely this command syntax is not accepted (by Toad).
An error message was shown similar to: "Command terminated invalid". The cursor was placed at the first comma
after the first Values term.
So what's wrong ?
How can I enter multiple records at once otherwise?
Or do I really have to write one INSERT statement for
every record ?
Peter
|
|
|
|
|
|