codeigniter mysql issue with select 26 group by

Solutions on MaxInterview for codeigniter mysql issue with select 26 group by by the best coders in the world

showing results for - "codeigniter mysql issue with select 26 group by"
Laure
16 Mar 2017
1$this->db->query("SET sql_mode=(SELECT REPLACE(@@sql_mode, 'ONLY_FULL_GROUP_BY', ''));");
2
similar questions