group concat only returns one row

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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. */