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

从一个数据库把数据传到另外一个数据库

时间:2018-04-24 21:43:47      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:服务器   个数   mount   cli   rom   数据库   time   apply   where   

前提:在同一个服务器上,至少能访问到。

insert into client_statistics.Installment(ymj_user_id,ymj_installment_id,refer,apply_amount,status,apply_time)
select b.user_id,a.referable_id,a.refer_id,b.apply_amount,b.status,b.apply_time from ymj_money_staging.installments as b
inner join ymj_money_staging.refer_logs as a on a.referable_id= b.id where a.referable_type=‘Installments‘;

从一个数据库把数据传到另外一个数据库

标签:服务器   个数   mount   cli   rom   数据库   time   apply   where   

原文地址:https://www.cnblogs.com/52forjie/p/8933536.html

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