sql 如何把查询得到的结果如何放入一个新表中
表已经存在:insert into 表名 (列名1.。。 列名n) select 列名1.。。。列名n from 表 where 条件表不存在:oraclecreate table 新表明 as se ...
表已经存在:insert into 表名 (列名1.。。 列名n) select 列名1.。。。列名n from 表 where 条件表不存在:oraclecreate table 新表明 as se ...