在oracle中怎么把一张表的数据插入到另一张表中
把table2表的数据插入到table1中
insert into table1 select * from table2
posted on 2015-11-12 17:48 struggle_beiJing 阅读(4398) 评论(0) 收藏 举报
把table2表的数据插入到table1中
insert into table1 select * from table2
posted on 2015-11-12 17:48 struggle_beiJing 阅读(4398) 评论(0) 收藏 举报