sql 如何把查询获得的结果如何放入一个新表中

如何把这个查询到的结果放到一张新表中?html 2014-03-13 15:26   提问者采纳   表已经存在; insert into 表名 (列名1.。。 列名n) select 列名1.。。。列名n from 表 where 条件 表不存在. oracle create table 新代表 as select 列名1.。。。列名n from 表 where 条件 sqlserver sel
相关文章
相关标签/搜索