mysql GROUP_CONCAT duplicates April 3, 2023 by Tarik You need to use the DISTINCT option: GROUP_CONCAT(DISTINCT animal)