Recently I have updated one of my server MySQL, then I have found that old MySQL Group By Query is not running anymore. It happens because of notorious nonstandard MySQL extension to GROUP BY Go To Mysql console: Type the below command & see what are current SQL mode: SELECT @@GLOBAL.sql_mode; Type the below command to […]