在oracle中怎么把一张表的数据插入到另一张表中

把table2表的数据插入到table1中 
insert   into   table1   select   *   from   table2 

原文地址:https://www.cnblogs.com/beijingstruggle/p/4959778.html