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。
從你的報錯訊息來看,應該不是你的insert語句導致的錯誤,應該是之後的某個select語句導致的。原因是sql_mode的設定問題
參考[](http://m.blog.csdn.net/articl...