iP :10.1.1.1   库 tlbbdb ,表结...
发布于 2022-03-03 16:04:18
iP :10.1.1.1 库 tlbbdb ,表结果如下
Create Table: CREATE TABLE `t_mission` (
`aid` bigint(20) NOT NULL auto_increment,
`zu` int(11) NOT NULL default '0' comment '组号',
`name` int(11) NOT NULL commnet '人员‘,
’baoshi' char(10) not null comment '装备‘
PRIMARY KEY (`aid`),
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1
ip :10.1.1.2 库tlbbdb,也有一个表明和结果相同的表
业务需要合服,把两张表数据,都合并到ip :10.1.1.2 库tlbbdb t_mission表;
要求:一个人在新服务中只能出现一次
请描述合并过程详细方案
Create Table: CREATE TABLE `t_mission` (
`aid` bigint(20) NOT NULL auto_increment,
`zu` int(11) NOT NULL default '0' comment '组号',
`name` int(11) NOT NULL commnet '人员‘,
’baoshi' char(10) not null comment '装备‘
PRIMARY KEY (`aid`),
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1
ip :10.1.1.2 库tlbbdb,也有一个表明和结果相同的表
业务需要合服,把两张表数据,都合并到ip :10.1.1.2 库tlbbdb t_mission表;
要求:一个人在新服务中只能出现一次
请描述合并过程详细方案
关注者
0
被浏览
17