insert all结构的作用是想几个表中同时插入数据。
举个例子:
insert all into test1 values(no,name) into test2 values(no,sal) select empno no,ename name,sal from scott.emp;
时间: 2024-10-31 00:22:28
insert all结构的作用是想几个表中同时插入数据。
举个例子:
insert all into test1 values(no,name) into test2 values(no,sal) select empno no,ename name,sal from scott.emp;