在oracle中怎么把一张表的数据插入到另一张表中时间:2024-07-28 10:36:44把table2表的数据插入到table1中 insert into table1 select * from table2