group concat only returns one row

Solutions on MaxInterview for group concat only returns one row by the best coders in the world

showing results for - "group concat only returns one row"
Hanna
25 Apr 2018
1 /* 
2	When using aggregate functions like GROUP_CONCAT you need to tell 
3	the database about the column using which you want your data 
4    to be combined. */