mysql百万,千万大批量同步数据
我们现在像要将time_attendance.cux_t_ks_bi的数据全部同步到time_attendance.cux_t_ks_bi_merge表中,这两张表的字段都是一样的,
·
我们现在像要将time_attendance.cux_t_ks_bi的数据全部同步到time_attendance.cux_t_ks_bi_merge表中,这两张表的字段都是一样的,
replace into time_attendance.cux_t_ks_bi_merge(eventdtm,comp,deptid,position2,personnum,fullnm,`position`,startpunch,endpunch,
cq,sbck,xbck,jb,cc,sj,yxj,prj,kg,cdzt,cdzt_m,xx,cqgs,jsgs,shiftstartdate,shiftenddate,gwlx) SELECT eventdtm,comp,deptid,position2,personnum,fullnm,`position`,startpunch,endpunch,
cq,sbck,xbck,jb,cc,sj,yxj,prj,kg,cdzt,cdzt_m,xx,cqgs,jsgs,shiftstartdate,shiftenddate,gwlx from time_attendance.cux_t_ks_bi;

DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐
所有评论(0)