insert into tb_messagepermission(messageID,employeeID) values(16,3321)
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Ne vous inquiétez pas, il a été exécuté avec succès dans MYSQL et le contenu correspondant existe
Mettez à niveau navicat ou exécutez SQL directement sous la ligne de commande MYSQL sans navicat.
从你的报错信息上看,应该不是你的insert语句导致的错误,应该是之后的某个select语句导致的。原因是sql_mode的设置问题
参考[](http://m.blog.csdn.net/articl...