2017年7月3日

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

摘要: 表已经存在:insert into 表名 (列名1.。。 列名n) select 列名1.。。。列名n from 表 where 条件表不存在:oraclecreate table 新表明 as select 列名1.。。。列名n from 表 where 条件sqlserverselect 列名1 阅读全文

posted @ 2017-07-03 17:35 华山青竹 阅读(11771) 评论(0) 推荐(0)

导航