Answers for "group_concat array"

SQL
0

group_concat in mysql

GROUP_CONCAT(eng_category_name SEPARATOR ',') as eng_category_name
Posted by: Guest on February-26-2021
0

group_concat only returns one row

/* 
	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. */
Posted by: Guest on September-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language