MySQL-Query failed:
- ErrorNo = 1055
- Error = Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'db_202557_1.squads.icon' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
- Query = SELECT game,icon FROM squads
WHERE status = '1'
GROUP BY game
ORDER BY game ASC