1. 程式人生 > >mysql 查詢group by 報錯

mysql 查詢group by 報錯

報錯內容

Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'game.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

解決方法

在/etc/my.cnf裡面新增


sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES