oracle数据库中经常遇到要从一张表向另一张表导入数据的情况,



使用下列语句即可字段相同的两个表之间的数据传递,

 

insert into user.目标表 select *from user.原表