insert 库2..表2 select 字段1,字段2 from 库1..表1 where 条件
https://www.cnblogs.com/banruo/archive/2010/09/07/1820285.html
如果 库 中没有这个表
Create table Table2 (Select * from Table1);
https://blog.csdn.net/wangluo605/article/details/82289209
insert 库2..表2 select 字段1,字段2 from 库1..表1 where 条件
https://www.cnblogs.com/banruo/archive/2010/09/07/1820285.html
如果 库 中没有这个表
Create table Table2 (Select * from Table1);
https://blog.csdn.net/wangluo605/article/details/82289209
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。