GROUP_CONCAT() function is used to concatenate column values into a single string.
Example
SELECT GROUP_CONCAT(first_name) FROM employee
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.