ALERT TABLE T1 ADD shop varchar(100),Howells varchar(100);UPDATE T1 SET shop=T2.shop,Howells=T2.Howells where T1.ID=T2.ID;
这是把T2合并到T1,同理可把T1合并到T2