主键冲突 蠕虫复制 查询 where,group by,having,order by limit 链接查询
#--给班级表增加主键#altertablemy_classaddprimarykey(name);#--插入数据#insertintomy_classvalues(#'Python1907','B408');#insertintomy_classvalues(#'Python1907','B407');#insertintomy_classvalues(#'Python1907','B407')