REQUETE IMPOSSIBLE, MAINTENANCE EN COURS A8

select SQL_CALC_FOUND_ROWS *,b.nom_de_societe, count(a.id) as totalCount from petites_annonces_master as a left join user_registration as b on a.fkUserId = b.userId where 1 and a.fkCateogry = '9' and a.userType = '2' and a.status = 1 and b.country='' group by a.fkUserId ORDER BY a.id desc LIMIT 0, 12 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'speedclic.a.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by