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

select n,camp,zone,user,sum(i) as i,sum(c) as c,sum(money) as money from amp_c_days where m = '3' AND y = '2024' group by n,camp