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
Keine Sorge, es wurde erfolgreich in MYSQL ausgeführt und der entsprechende Inhalt ist vorhanden
Aktualisieren Sie Navicat oder führen Sie SQL direkt unter der MYSQL-Befehlszeile ohne Navicat aus.
从你的报错信息上看,应该不是你的insert语句导致的错误,应该是之后的某个select语句导致的。原因是sql_mode的设置问题
参考[](http://m.blog.csdn.net/articl...