标签:mysql tab
insert into a(name,num,class) select ‘小米‘,‘1001‘,class from b where name = ‘小米‘; 小米和1001可以当b表中不存在的字段却又要保存到a表时的写法;
mysql快速复制一张表的内容,并添加新内容到另一张表中
原文地址:http://10264855.blog.51cto.com/10254855/1936790