应用场景: 需要把一个表(tableA)的个别字段筛选出来,添加到新表中(tableB).新表还含有其他字段,主键是uuid. 思路解析: 熟悉插入一行数据的sql语句: insert into customer_healthinfo(PersonalInfoID, CustomerID, ProjectType) values(REPLACE(UUID(),') 如果数据量极少: insert into customer_healthinfo(PersonalInfoID, CustomerI…