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
Don’t worry, it has been successfully run in MYSQL and the corresponding content exists
Upgrade navicat, or run SQL directly under the MYSQL command line without navicat.
大家讲道理2017-05-18 10:48:38
Judging from your error message, the error should not be caused by your insert statement, but by a subsequent select statement. The reason is the setting problem of sql_mode
Reference[](http://m.blog.csdn.net/articl...