Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Copy values from one table to another

686815Feb 23 2009 — edited Feb 23 2009
i create table1 with 8 fields.Now i have table2 which is already existing one,but its structure is different from table1 ie it contains 15 fields.
Can i copy some values from second table into first one using
insert into tab1(...,....,....)
select ( ...,...,...) from tab2?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2009
Added on Feb 23 2009
4 comments
299 views