oracle 存储过程 能不能 多个select 向同一个中间表加数据,求解
可以,用insert into table1 select * from table2 ;但是select查询出来的列数要等于table1 的列数