oracle insert all
insert all结构的作用是想几个表中同时插入数据。
举个例子:
insert all
into test1 values(no,name)
into test2 values(no,sal)
select empno no,ename name,sal from scott.emp;
http://www.htsjk.com/oracle/22997.html
www.htsjk.Com
true
http://www.htsjk.com/oracle/22997.html
NewsArticle
oracle insert all insert all结构的作用是想几个表中同时插入数据。 举个例子: insert allinto test1 values(no,name)into test2 values(no,sal)select empno no,ename name,sal from scott.emp;...
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。