Re: copy colums between tables?
Posted by: Stephan Pamhier
Date: May 03, 2012 02:42AM

Thomas,

insert into table_dest (column_dest)
(select column_origin from table_origin);

Regards,
SPamhier

Options: ReplyQuote


Subject
Written By
Posted
April 20, 2012 03:38AM
Re: copy colums between tables?
May 03, 2012 02:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.