标签:
insert all into test1 values(no,name) into test2 values(no,sal) select empno no,ename name,sal from scott.emp;
oracle insert all
原文地址:http://blog.csdn.net/helloboat/article/details/43482643