Re: insert into table .... values....

2001-08-30 Thread Stephane Faroult
Tatireddy, Shrinivas (MED, Keane) wrote: Hi lists how to do the folloiwng inserts into a table? table xyz has col1,col2, col3. I need to populate the values to col1 from table dummy1 (cola) col2 table dummy2(colb)

insert into table .... values....

2001-08-29 Thread Tatireddy, Shrinivas (MED, Keane)
Hi lists how to do the folloiwng inserts into a table? table xyz has col1,col2, col3. I need to populate the values to col1 from table dummy1 (cola) col2 table dummy2(colb) col3 table dummy3(colc). there is no