作者adrianshum (Alien)
看板Database
标题Re: [SQL ] 请问该要用Insert...select还是要用Sel …
时间Mon Nov 2 15:03:45 2009
※ 引述《erho (ptt访客)》之铭言:
[43]
: SQL语法有Insert into ...select 跟 select into...作资料复制的作用
: 有没有可以实作这种新增资料的方法
: PS:资料库我用oracle
insert into tab
select 'DA03', type, seq_no, phrase
from tab where user_id = 'DA01';
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 202.155.236.82