SQL实现将一个表的数据插入到另外一个表的代码
Select * into test_table from data_table where ***
将data_table中的数据插入到test_table中
注意:
1、 select * 这个查询结果的各个列的属性必须与test_table中的列属性一致或可变换
2、 如果插入到test_table中的部分列,可使用test_table(a,b,c,d……)
因篇幅问题不能全部显示,请点此查看更多更全内容
Copyright © 2019- haog.cn 版权所有
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务