group_concat возвращает только одну строку
/*
When using aggregate functions like GROUP_CONCAT you need to tell
the database about the column using which you want your data
to be combined. */
TomatenTim