码迷,mamicode.com
首页 > 数据库 > 详细

mysql 如何将一个库的一个表的数据复制到另一个库中的一个表

时间:2020-04-10 20:00:34      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:html   where   key   nbsp   http   blog   logs   tail   tps   

 

 

 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

 

mysql 如何将一个库的一个表的数据复制到另一个库中的一个表

标签:html   where   key   nbsp   http   blog   logs   tail   tps   

原文地址:https://www.cnblogs.com/angdh/p/12675610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!