CodeIgniter MySQL - Issue avec Select

$this->db->query("SET sql_mode=(SELECT REPLACE(@@sql_mode, 'ONLY_FULL_GROUP_BY', ''));");
Cooperative Crab