db2里面支持类似oracle的功能吗 ? insert into table a from (select * from table b) ,急需啊 !感谢!在线等
当前位置:首页 ----> 数据库开发 ----> DB2
关键词:db,oracle
pnileotgx:
如题目,在线等


Mr_Bean:
可以支持insert into a select * from b


hdkkk:
oracle,db2里应当都是 insert into a select * from b


jackzhou2000:
对,统一楼上的


lishbin:
假如结构一样是可以的。


sulley:
a必須事先存在 a和b的結構一樣


yown:
和SQLSERVER一样 insert into A select * from B


semite:
有的,形如:insert into tab_a select * from tab_b
原文出处:http://topic.csdn.net/t/20041220/11/3659668.html