欢迎投稿

今日深度:

oracle insert all

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;

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;...
相关文章
    暂无相关文章
评论暂时关闭