插入使用

时间:2015-02-05 18:26:48

标签: sql db2 with-statement insert-into

有没有办法插入这样的表:

with table_name as (
  ...
)
insert into table1
from table_name

我知道这种方法不起作用,db2不会允许它,但是有没有其他方法允许你使用你创建的其他“虚拟”表将行插入到某个表中,就像我在这里做的那样? / p>

0 个答案:

没有答案