0 views
Have you ever needed to return tabular data as a list in a MySQL query? This video shows how you can use the GROUP_CONCAT() function to return a character-separated list of values in a query result.
GROUP_CONCAT() Documentation – https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html#function_group-concat
Date: February 13, 2024