Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 Inserting Multiple Rows in one SQL statement

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-05-23 : 00:23:52
Sizhnor writes "Hay Oracle Guru!
I want to do something like this and achieve in one statement without using loop or any other store procedure in oracle 8.1.7?
This is coming from Java side to Oracle database?
I think there must be a way?
Please help me!

INSERT INTO (, ...)
VALUES (, val21 >),
(, val22 >),
(, val23 >),
(, val24 >),
..................
(, val2n >);"
   

- Advertisement -