English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

Lots of ways. It all depends on what data you want to insert, where, if anywhere, it is stored. Is it in a flat file, another db table or on hard copy? This is too general a question to give you much of an answer.

2007-03-07 02:02:52 · answer #1 · answered by Elizabeth Howard 6 · 1 0

We can't insert the multiple rows at a time. We can insert one row at a time. For inserting multiple rows at a time. You have to write the PL/SQL language or write the code with font-end tool like java, vb, vc++ and so on. That's it.

2007-03-07 00:40:10 · answer #2 · answered by sridhar b 2 · 0 0

Where is the data that you want to insert?

If it's in another table, you can do a
insert into... select * from...

Or just insert into ... values ...

if it's in a file, you can use the sql*loader program

Plus many other ways.

2007-03-06 23:08:09 · answer #3 · answered by BigRez 6 · 1 0

fedest.com, questions and answers