Home » SQL & PL/SQL » SQL & PL/SQL » regd database
regd database [message #20144] Wed, 01 May 2002 09:21 Go to next message
Sirisha
Messages: 7
Registered: May 2002
Junior Member
if we want to insert 14 fields of information in to 14 different tables is it possible?, how it can be done.
Re: regd database [message #20146 is a reply to message #20144] Wed, 01 May 2002 10:49 Go to previous message
oraboy
Messages: 97
Registered: October 2001
Member
Insert All
into table1(col1) values (col1)
into table2(col1) values (col2)
....
into table14(colname) values (col14)
Select col1,col2,col3..col14 from source_table;

This MULTI TABLE INSERT is a new feature of 9i

Oraboy
Previous Topic: Why won't my date stay when I create a new record
Next Topic: This can't be right......
Goto Forum:
  


Current Time: Sat May 04 03:27:02 CDT 2024