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
不用管,在MYSQL中已经运行成功,存在对应的内容
升级navicat,或者不用navicat,直接在MYSQL命令行下运行SQL。
大家讲道理2017-05-18 10:48:38
从你的报错信息上看,应该不是你的insert语句导致的错误,应该是之后的某个select语句导致的。原因是sql_mode的设置问题
参考[](http://m.blog.csdn.net/articl...